]> code.ossystems Code Review - openembedded-core.git/commitdiff
[xserver-xf86-dri-lite] Bumps the PV and explicitly disables dri2
authorRobert Bragg <robert@linux.intel.com>
Wed, 29 Oct 2008 17:43:42 +0000 (17:43 +0000)
committerRobert Bragg <robert@linux.intel.com>
Thu, 30 Oct 2008 18:26:06 +0000 (18:26 +0000)
meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb

index 1fe84a3b665d765427cd9308fce29e70e84be6d3..fa2ab7a27a56022988d9ddbc24c561ead89e0f34 100644 (file)
@@ -1,8 +1,8 @@
 require xserver-xf86-dri-lite.inc
 
 PE = "1"
-PR = "r2"
-PV = "1.5.0+git${SRCREV}"
+PR = "r1"
+PV = "1.5.99.1+git${SRCREV}"
 
 PROTO_DEPS += "xf86driproto"
 
@@ -16,6 +16,6 @@ SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git \
 # Misc build failure for master HEAD
 SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
 
-EXTRA_OECONF += "--enable-dri"
+EXTRA_OECONF += "--enable-dri --disable-dri2"
 
 S = "${WORKDIR}/git"