[oe-commits] Thomas Zimmermann : shr/merge: libdrm: disable intel

git version control git at git.openembedded.org
Wed Oct 14 20:35:00 UTC 2009


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

Author: Thomas Zimmermann <zimmermann at vdm-design.de>
Date:   Wed Oct 14 13:54:59 2009 +0000

shr/merge: libdrm: disable intel

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/dri/libdrm_git.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/dri/libdrm_git.bb b/recipes/dri/libdrm_git.bb
index ac63ef7..0739d0a 100644
--- a/recipes/dri/libdrm_git.bb
+++ b/recipes/dri/libdrm_git.bb
@@ -9,12 +9,14 @@ DEPENDS = "libpthread-stubs virtual/kernel"
 
 PV=2.4.15+gitr${SRCPV}
 
+PR = "r1"
+
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_om-gta02 = "1"
 
 S = "${WORKDIR}/git"
 
-EXTRA_OECONF_append_om-gta02 = " --enable-glamo-experimental-api "
+EXTRA_OECONF_append_om-gta02 = " --enable-glamo-experimental-api --disable-intel"
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list