From 3d96f8cb61225d515b5cb4fe863f0d50c3ced436 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 23 Dec 2009 09:51:44 +0100 Subject: 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 --- recipes/mesa/mesa_7.6.bb | 5 +++++ 1 file changed, 5 insertions(+) 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" + -- cgit v1.2.3