aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-xserver/xserver-xf86-dri2-lite_git.bb
blob: ecdcb3936a93d9f01a8c758e3ebda53adc5a15d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
require xserver-xf86-dri-lite.inc

PR = "r1"
PV = "1.5.99.1+git${SRCREV}"

PROTO_DEPS += "dri2proto"

DEFAULT_PREFERENCE = "-1"

SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git \
           file://xorg.conf \
	   file://nodolt.patch;patch=1 \
           file://libdri-xinerama-symbol.patch;patch=1"

# Copied from OBS
SRC_URI += "file://xorg-server-enable-dri2.patch;patch=1"

# Misc build failure for master HEAD
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"

EXTRA_OECONF += "--enable-dri2"

S = "${WORKDIR}/git"