mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 13:36:22 +02:00
Adds support for GEM + DRI2
DRI2 is disabled by default though since running with metacity-clutter seems to cause a lock up. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5484 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -5,7 +5,6 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
|
||||
|
||||
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
|
||||
|
||||
PE = "1"
|
||||
PR = "r4"
|
||||
|
||||
# most of our targets do not have DRI so will use mesa-xlib
|
||||
|
||||
@@ -5,14 +5,20 @@ LIB_DEPS = "libdrm virtual/libx11 libxext libxxf86vm libxdamage libxfixes expat"
|
||||
|
||||
DEPENDS = "${PROTO_DEPS} ${LIB_DEPS}"
|
||||
|
||||
PV = "7.2+git${SRCREV}"
|
||||
PR = "r2"
|
||||
PV = "7.3.0+git${SRCREV}"
|
||||
PR = "r0"
|
||||
|
||||
# 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"
|
||||
|
||||
SRC_URI = "git://anongit.freedesktop.org/git/mesa/mesa;protocol=git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGES =+ "${PN}-xprogs"
|
||||
|
||||
FILES_${PN} += "${libdir}/dri/*.so"
|
||||
FILES_${PN}-dbg += "${libdir}/dri/.debug/*"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user