diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-23 09:51:44 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-23 09:51:44 +0100 |
commit | 3d96f8cb61225d515b5cb4fe863f0d50c3ced436 (patch) | |
tree | 0fa7526da492773e15eae86ff754a2e89e68ff8f /recipes/mesa/mesa_7.6.bb | |
parent | b3d2581fcc714687cabdff4d45a0596f923bae0e (diff) |
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
Diffstat (limited to 'recipes/mesa/mesa_7.6.bb')
-rw-r--r-- | 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 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" + |