summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/xorg-xserver')
-rw-r--r--meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb5
1 files changed, 3 insertions, 2 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 73ccdd4522..781c4944d2 100644
--- a/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb
+++ b/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb
@@ -6,10 +6,11 @@ PV = "1.5.99.1+git${SRCREV}"
6 6
7PROTO_DEPS += "xf86driproto dri2proto" 7PROTO_DEPS += "xf86driproto dri2proto"
8 8
9RDEPENDS_${PN} += "xkeyboard-config"
10
9DEFAULT_PREFERENCE = "-1" 11DEFAULT_PREFERENCE = "-1"
10 12
11SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=server-1.6-branch \ 13SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=server-1.6-branch \
12 file://xorg.conf \
13 file://nodolt.patch;patch=1 \ 14 file://nodolt.patch;patch=1 \
14 file://libdri-xinerama-symbol.patch;patch=1 \ 15 file://libdri-xinerama-symbol.patch;patch=1 \
15 file://xserver-boottime.patch;patch=1" 16 file://xserver-boottime.patch;patch=1"
@@ -17,6 +18,6 @@ SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=se
17# Misc build failure for master HEAD 18# Misc build failure for master HEAD
18SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1" 19SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
19 20
20EXTRA_OECONF += "--enable-dri --enable-dri2" 21EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"
21 22
22S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"