Mesa-GL: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:07:37 +01:00
parent 336317201f
commit 8dec7d82be
2 changed files with 8 additions and 0 deletions

View File

@ -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 \

View File

@ -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"