[oe-commits] Koen Kooi : mesa 7.6: disable EGL to remain compatible with previous versions

git version control git at git.openembedded.org
Wed Dec 23 09:55:41 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 3d96f8cb61225d515b5cb4fe863f0d50c3ced436
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3d96f8cb61225d515b5cb4fe863f0d50c3ced436

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Dec 23 09:51:44 2009 +0100

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 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/recipes/mesa/mesa_7.6.bb b/recipes/mesa/mesa_7.6.bb
index 43cde67..d707d67 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"
+





More information about the Openembedded-commits mailing list