summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-xserver/xserver-xorg_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-xserver/xserver-xorg_git.bb')
-rw-r--r--meta/recipes-graphics/xorg-xserver/xserver-xorg_git.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg_git.bb b/meta/recipes-graphics/xorg-xserver/xserver-xorg_git.bb
new file mode 100644
index 0000000000..beef06a3e3
--- /dev/null
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg_git.bb
@@ -0,0 +1,25 @@
1require xserver-xorg.inc
2
3LIC_FILES_CHKSUM = "file://COPYING;md5=74df27b6254cc88d2799b5f4f5949c00"
4
5SRCREV = "6689e8add183835274a70ee013e5d3bc8023681f"
6PE = "1"
7PR = "r3"
8PV = "1.10+git${SRCPV}"
9
10PROTO_DEPS += "xf86driproto dri2proto"
11
12DEPENDS += "font-util"
13
14RDEPENDS_${PN} += "xkeyboard-config"
15
16SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=master \
17 file://crosscompile.patch; \
18 file://fix_macros1.patch;"
19
20# Misc build failure for master HEAD
21SRC_URI += "file://fix_open_max_preprocessor_error.patch;"
22
23EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"
24
25S = "${WORKDIR}/git"