[oe-commits] Martin Jansa : mesa-dri_git: disable gallium also for om-gta01

git version control git at git.openembedded.org
Fri Feb 26 16:44:05 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 37e863e6a314bbbe22f9c4c9bc1af1819c216c66
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=37e863e6a314bbbe22f9c4c9bc1af1819c216c66

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Feb 26 15:59:53 2010 +0100

mesa-dri_git: disable gallium also for om-gta01

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/mesa/mesa-dri_git.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/mesa/mesa-dri_git.bb b/recipes/mesa/mesa-dri_git.bb
index 090cf2f..1626326 100644
--- a/recipes/mesa/mesa-dri_git.bb
+++ b/recipes/mesa/mesa-dri_git.bb
@@ -28,6 +28,7 @@ FILES_mesa-utils = "${bindir}/*"
 
 EXTRA_OECONF += "--with-driver=dri --disable-glx-tls --with-dri-drivers=swrast,${MACHINE_DRI_MODULES}"
 EXTRA_OECONF_om-gta02 += "--with-driver=dri --disable-glx-tls --disable-gallium --disable-gallium-intel --with-dri-drivers=swrast,${MACHINE_DRI_MODULES}"
+EXTRA_OECONF_om-gta01 += "--with-driver=dri --disable-glx-tls --disable-gallium --disable-gallium-intel --with-dri-drivers=swrast,${MACHINE_DRI_MODULES}"
 
 # We need glsl-compile built for buildhost arch instead of target (is provided by mesa-dri-glsl-native)"
 do_configure_prepend() {





More information about the Openembedded-commits mailing list