From 8dec7d82bed2fe7f75951e59feb646a14d05e3df Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:07:37 +0100 Subject: [PATCH] Mesa-GL: add autoreconf support Signed-off-by: Stephan Raue --- packages/graphics/Mesa-GL/build | 6 ++++++ packages/graphics/Mesa-GL/meta | 2 ++ 2 files changed, 8 insertions(+) diff --git a/packages/graphics/Mesa-GL/build b/packages/graphics/Mesa-GL/build index 41041b10a6..d8cd506d1b 100755 --- a/packages/graphics/Mesa-GL/build +++ b/packages/graphics/Mesa-GL/build @@ -4,7 +4,13 @@ $SCRIPTS/unpack Mesa +# dont use gold linker because of compiling issues + strip_gold + strip_linker_plugin + cd $BUILD/Mesa* + +do_autoreconf ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ diff --git a/packages/graphics/Mesa-GL/meta b/packages/graphics/Mesa-GL/meta index c1e8728ad7..917d274a5d 100644 --- a/packages/graphics/Mesa-GL/meta +++ b/packages/graphics/Mesa-GL/meta @@ -12,3 +12,5 @@ PKG_SECTION="graphics" PKG_SHORTDESC="Mesa-GL: 3-D graphics library with OpenGL API (GL part)" PKG_LONGDESC="Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from Silicon Graphics, Inc. However, the author makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with Silicon Graphics, Inc. Those who want a licensed implementation of OpenGL should contact a licensed vendor. While Mesa is not a licensed OpenGL implementation, it is currently being tested with the OpenGL conformance tests. For the current conformance status see the CONFORM file included in the Mesa distribution." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"