From: Jonathan Liu Date: Mon, 10 Jun 2013 08:00:01 +0000 (+1000) Subject: mesa: remove unrecognized configure options X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~37079 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dac1f95e03f897237e6551240c200370d5102807;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git mesa: remove unrecognized configure options --disable-glut and --disable-glw are not recognized since Mesa 8.0. --disable-glu is not recognized since Mesa 9.0. Signed-off-by: Jonathan Liu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa-common.inc b/meta/recipes-graphics/mesa/mesa-common.inc index c37ad690758..f9d7ced653b 100644 --- a/meta/recipes-graphics/mesa/mesa-common.inc +++ b/meta/recipes-graphics/mesa/mesa-common.inc @@ -20,10 +20,7 @@ PROVIDES = "virtual/libgl virtual/libgles1 virtual/libgles2 virtual/egl" inherit autotools pkgconfig pythonnative -EXTRA_OECONF = "--disable-glu \ - --disable-glw \ - --disable-glut \ - --enable-shared-glapi" +EXTRA_OECONF = "--enable-shared-glapi" PACKAGECONFIG ??= "egl gles \ ${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}\