xserver-xf86-dri-lite: Update git recipe (dependency on xkeyboard-config and need to enable dga for the intel 2D driver

Signed-off-by: Richard Purdie <richard@ted.(none)>
This commit is contained in:
Richard Purdie
2009-06-04 19:43:12 +01:00
parent 46cbf481e3
commit a8427b9d92

View File

@@ -6,10 +6,11 @@ PV = "1.5.99.1+git${SRCREV}"
PROTO_DEPS += "xf86driproto dri2proto"
RDEPENDS_${PN} += "xkeyboard-config"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=server-1.6-branch \
file://xorg.conf \
file://nodolt.patch;patch=1 \
file://libdri-xinerama-symbol.patch;patch=1 \
file://xserver-boottime.patch;patch=1"
@@ -17,6 +18,6 @@ SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=se
# Misc build failure for master HEAD
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
EXTRA_OECONF += "--enable-dri --enable-dri2"
EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"
S = "${WORKDIR}/git"