From: Koen Kooi Date: Wed, 23 Dec 2009 08:51:44 +0000 (+0100) Subject: mesa 7.6: disable EGL to remain compatible with previous versions X-Git-Tag: Release-2010-05/1~1173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d96f8cb61225d515b5cb4fe863f0d50c3ced436;p=openembedded.git mesa 7.6: disable EGL to remain compatible with previous versions * if EGL needs to be enabled, some more thought needs to get put into it, since libEGL.so is what gets provided by all those binary driver blobs --- diff --git a/recipes/mesa/mesa_7.6.bb b/recipes/mesa/mesa_7.6.bb index 43cde679a1..d707d676ff 100644 --- a/recipes/mesa/mesa_7.6.bb +++ b/recipes/mesa/mesa_7.6.bb @@ -1,2 +1,7 @@ # This is a dummy package so OE can use the poky mesa files require mesa-dri_${PV}.bb + +PR = "${INC_PR}.1" + +EXTRA_OECONF += "--disable-egl" +