1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 17:39:31 +00:00
Files
poky/meta/packages/xorg-xserver/xserver-xf86-dri-lite_git.bb
T
2009-05-31 22:17:58 +01:00

23 lines
592 B
BlitzBasic

require xserver-xf86-dri-lite.inc
PE = "1"
PR = "r5"
PV = "1.5.99.1+git${SRCREV}"
PROTO_DEPS += "xf86driproto dri2proto"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=server-1.6-branch \
file://xorg.conf \
file://nodolt.patch;patch=1 \
file://libdri-xinerama-symbol.patch;patch=1 \
file://xserver-boottime.patch;patch=1"
# Misc build failure for master HEAD
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
EXTRA_OECONF += "--enable-dri --enable-dri2"
S = "${WORKDIR}/git"