summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb21
1 files changed, 7 insertions, 14 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb
index 850db4966f..adefcdbca5 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb
@@ -1,9 +1,11 @@
1require xserver-xf86-dri-lite.inc 1require xserver-xf86-dri-lite.inc
2 2
3SRCREV = "251d0d8090322b2c9dc0c8b7bef001f338d19433" 3LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
4
5SRCREV = "6689e8add183835274a70ee013e5d3bc8023681f"
4PE = "1" 6PE = "1"
5PR = "r0" 7PR = "r0"
6PV = "1.7.99+git${SRCPV}" 8PV = "1.10+git${SRCPV}"
7 9
8PROTO_DEPS += "xf86driproto dri2proto" 10PROTO_DEPS += "xf86driproto dri2proto"
9 11
@@ -11,21 +13,12 @@ DEPENDS += "font-util"
11 13
12RDEPENDS_${PN} += "xkeyboard-config" 14RDEPENDS_${PN} += "xkeyboard-config"
13 15
14# file://cache-xkbcomp-output-for-fast-start-up.patch;patch=1
15# file://xserver-1.5.0-bg-none-root.patch;patch=1
16# file://xserver-no-root-2.patch;patch=1
17# file://xserver-boottime.patch;patch=1
18# file://xserver-DRI2Swapbuffer.patch;patch=1
19
20
21SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=master \ 16SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=master \
22 file://nodolt.patch;patch=1 \ 17 file://crosscompile.patch; \
23 file://crosscompile.patch;patch=1 \ 18 file://fix_macros1.patch;"
24 file://fix_macros1.patch;patch=1"
25# file://libdri-xinerama-symbol.patch;patch=1
26 19
27# Misc build failure for master HEAD 20# Misc build failure for master HEAD
28SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1" 21SRC_URI += "file://fix_open_max_preprocessor_error.patch;"
29 22
30EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga" 23EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"
31 24