mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user