Adds a new xserver-xf86-dri2-lite_git.bb package for building the X server

with dri2 enabled
This commit is contained in:
Robert Bragg 2008-10-29 17:45:51 +00:00
parent 9807c58b5a
commit 5321ad4b13
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
require xserver-xf86-dri-lite.inc
PE = "1"
PR = "r0"
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://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"