blob: 39e286570e94a44cbf812ffedf8a4487de122bbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
require xserver-xf86-dri-lite.inc
PE = "1"
PR = "r2"
PV = "1.5.0+git${SRCREV}"
PROTO_DEPS += "xf86driproto"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git \
file://xorg.conf \
file://libdri-xinerama-symbol.patch;patch=1"
# Misc build failure for master HEAD
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
EXTRA_OECONF += "--enable-dri"
S = "${WORKDIR}/git"
|