summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-08-14 18:05:34 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-08-14 18:05:34 +0100
commit28e4e3b431456ad9ec587203e611376695afba95 (patch)
treedc4c71d541f401826b08b7ab6d124ea264e81f73 /meta
parent7f471985a71fdcda0baa0d73db8d25753abe0713 (diff)
downloadpoky-28e4e3b431456ad9ec587203e611376695afba95.tar.gz
xserver-xf86-dri-lite: Update patches
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb2
-rw-r--r--meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb14
2 files changed, 11 insertions, 5 deletions
diff --git a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb
index 83c5e93683..6a959ba5a2 100644
--- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb
+++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_1.6.0.bb
@@ -1,7 +1,7 @@
1require xserver-xf86-dri-lite.inc 1require xserver-xf86-dri-lite.inc
2 2
3PE = "1" 3PE = "1"
4PR = "r2" 4PR = "r3"
5 5
6PROTO_DEPS += "xf86driproto dri2proto" 6PROTO_DEPS += "xf86driproto dri2proto"
7 7
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 ebc18116b1..2eeff95a1a 100644
--- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb
+++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb
@@ -1,17 +1,23 @@
1require xserver-xf86-dri-lite.inc 1require xserver-xf86-dri-lite.inc
2 2
3PE = "1" 3PE = "1"
4PR = "r5" 4PR = "r9"
5PV = "1.6.0+git${SRCPV}" 5PV = "1.6.0+git${SRCPV}"
6 6
7PROTO_DEPS += "xf86driproto dri2proto" 7PROTO_DEPS += "xf86driproto dri2proto"
8 8
9RDEPENDS_${PN} += "xkeyboard-config" 9RDEPENDS_${PN} += "xkeyboard-config"
10 10
11# file://cache-xkbcomp-output-for-fast-start-up.patch;patch=1 \
12# file://xserver-1.5.0-bg-none-root.patch;patch=1 \
13# file://xserver-no-root-2.patch;patch=1 \
14# file://xserver-boottime.patch;patch=1"
15# file://xserver-DRI2Swapbuffer.patch;patch=1"
16
17
11SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=server-1.6-branch \ 18SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=server-1.6-branch \
12 file://nodolt.patch;patch=1 \ 19 file://nodolt.patch;patch=1 \
13 file://libdri-xinerama-symbol.patch;patch=1 \ 20 file://libdri-xinerama-symbol.patch;patch=1"
14 file://xserver-boottime.patch;patch=1"
15 21
16# Misc build failure for master HEAD 22# Misc build failure for master HEAD
17SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1" 23SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"