git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3d2581
)
mesa 7.6: disable EGL to remain compatible with previous versions
author
Koen Kooi
<koen@openembedded.org>
Wed, 23 Dec 2009 08:51:44 +0000
(09:51 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 23 Dec 2009 08:51:44 +0000
(09:51 +0100)
* 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
patch
|
blob
|
history
diff --git
a/recipes/mesa/mesa_7.6.bb
b/recipes/mesa/mesa_7.6.bb
index
43cde67
..
d707d67
100644
(file)
--- 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"
+