From 336317201fbac3e8b2767c0a46e67cf9200260e5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:07:36 +0100 Subject: [PATCH] Mesa: add autoreconf support Signed-off-by: Stephan Raue --- packages/graphics/Mesa/build | 4 ++++ packages/graphics/Mesa/meta | 2 ++ 2 files changed, 6 insertions(+) diff --git a/packages/graphics/Mesa/build b/packages/graphics/Mesa/build index a301bc92fa..c9dd74421b 100755 --- a/packages/graphics/Mesa/build +++ b/packages/graphics/Mesa/build @@ -4,6 +4,10 @@ get_graphicdrivers +# dont use gold linker because of compiling issues + strip_gold + strip_linker_plugin + # dont use strip or ggdb because of use from mklib LDFLAGS=`echo $LDFLAGS | sed -e "s|-s||"` LDFLAGS=`echo $LDFLAGS | sed -e "s|-ggdb||"` diff --git a/packages/graphics/Mesa/meta b/packages/graphics/Mesa/meta index a108a8fc4a..8dc968ac42 100644 --- a/packages/graphics/Mesa/meta +++ b/packages/graphics/Mesa/meta @@ -13,6 +13,8 @@ PKG_SHORTDESC="mesa: 3-D graphics library with OpenGL API" 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="yes" + if [ $MESA_MASTER = "yes" ]; then PKG_VERSION="20101122" PKG_URL="http://sources.openelec.tv/svn/$PKG_NAME-$PKG_VERSION.tar.bz2"