summaryrefslogtreecommitdiff
path: root/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-02-05 12:13:47 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-02-05 12:13:47 +0000
commit8886fa114591a2b0e49c5186799cec4674d06b20 (patch)
treed81b62c31131ca924b3b372b61cd2fb90b1688cf /meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb
parent03890f3fc084a12aa9821fe4814a6fb8f13eca0f (diff)
downloadopenembedded-core-8886fa114591a2b0e49c5186799cec4674d06b20.tar.gz
openembedded-core-8886fa114591a2b0e49c5186799cec4674d06b20.tar.bz2
openembedded-core-8886fa114591a2b0e49c5186799cec4674d06b20.tar.xz
openembedded-core-8886fa114591a2b0e49c5186799cec4674d06b20.zip
xserver-xf86-dri-lite: Update git recipe for latest versions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb')
-rw-r--r--meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb13
1 files changed, 8 insertions, 5 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb
index e039f0ad5..4789f28f5 100644
--- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb
+++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb
@@ -1,11 +1,13 @@
require xserver-xf86-dri-lite.inc
PE = "1"
-PR = "r11"
-PV = "1.6.0+git${SRCPV}"
+PR = "r0"
+PV = "1.7.99+git${SRCPV}"
PROTO_DEPS += "xf86driproto dri2proto"
+DEPENDS += "font-util"
+
RDEPENDS_${PN} += "xkeyboard-config"
# file://cache-xkbcomp-output-for-fast-start-up.patch;patch=1 \
@@ -15,10 +17,11 @@ RDEPENDS_${PN} += "xkeyboard-config"
# file://xserver-DRI2Swapbuffer.patch;patch=1"
-SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=server-1.6-branch \
+SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=master \
file://nodolt.patch;patch=1 \
- file://fix_macros.patch;patch=1 \
- file://libdri-xinerama-symbol.patch;patch=1"
+ file://crosscompile.patch;patch=1 \
+ file://fix_macros1.patch;patch=1"
+# file://libdri-xinerama-symbol.patch;patch=1"
# Misc build failure for master HEAD
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"