]> code.ossystems Code Review - openembedded-core.git/commitdiff
mesa-dri: make it non-default for targets other then EeePC 901
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 23 Sep 2008 16:42:13 +0000 (16:42 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 23 Sep 2008 16:42:13 +0000 (16:42 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5248 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/mesa/mesa-dri_7.2.bb

index d357474e8bc558cb7e9f6b9495d3e04cac4e7e02..8dfc7f83d3f3354649a6c7b50d96c6335869ceee 100644 (file)
@@ -8,6 +8,12 @@ DEPENDS = "${PROTO_DEPS}  ${LIB_DEPS}"
 PE = "1"
 PR = "r3"
 
+# most of our targets do not have DRI so will use mesa-xlib
+DEFAULT_PREFERENCE = "-1"
+
+# ASUS EeePC 901 has DRI support so use mesa-dri by default
+DEFAULT_PREFERENCE_eee901 = "1"
+
 PACKAGES =+ "${PN}-xprogs"
 
 FILES_${PN} += "${libdir}/dri/*.so"