]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xf86-dri-lite: Update git recipe (dependency on xkeyboard-config and need...
authorRichard Purdie <richard@ted.(none)>
Thu, 4 Jun 2009 18:43:12 +0000 (19:43 +0100)
committerRichard Purdie <richard@ted.(none)>
Thu, 4 Jun 2009 18:43:12 +0000 (19:43 +0100)
Signed-off-by: Richard Purdie <richard@ted.(none)>
meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb

index 73ccdd452286e4231d9ad6ae3cd0d790394a2623..781c4944d2a61d5ea5241a425a9939c3cef01cf5 100644 (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"