mesa-dri: make it non-default for targets other then EeePC 901

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5248 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2008-09-23 16:42:13 +00:00
parent 59e0767ebe
commit e1852a5242
1 changed files with 6 additions and 0 deletions

View 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"