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.bb31
1 files changed, 31 insertions, 0 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
new file mode 100644
index 0000000000..4789f28f5f
--- /dev/null
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xf86-dri-lite_git.bb
@@ -0,0 +1,31 @@
1require xserver-xf86-dri-lite.inc
2
3PE = "1"
4PR = "r0"
5PV = "1.7.99+git${SRCPV}"
6
7PROTO_DEPS += "xf86driproto dri2proto"
8
9DEPENDS += "font-util"
10
11RDEPENDS_${PN} += "xkeyboard-config"
12
13# file://cache-xkbcomp-output-for-fast-start-up.patch;patch=1 \
14# file://xserver-1.5.0-bg-none-root.patch;patch=1 \
15# file://xserver-no-root-2.patch;patch=1 \
16# file://xserver-boottime.patch;patch=1"
17# file://xserver-DRI2Swapbuffer.patch;patch=1"
18
19
20SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=master \
21 file://nodolt.patch;patch=1 \
22 file://crosscompile.patch;patch=1 \
23 file://fix_macros1.patch;patch=1"
24# file://libdri-xinerama-symbol.patch;patch=1"
25
26# Misc build failure for master HEAD
27SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
28
29EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"
30
31S = "${WORKDIR}/git"