mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
xserver-xf86-dri-lite: Update git recipe (dependency on xkeyboard-config and need to enable dga for the intel 2D driver
Signed-off-by: Richard Purdie <richard@ted.(none)>
This commit is contained in:
@@ -6,10 +6,11 @@ PV = "1.5.99.1+git${SRCREV}"
|
|||||||
|
|
||||||
PROTO_DEPS += "xf86driproto dri2proto"
|
PROTO_DEPS += "xf86driproto dri2proto"
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "xkeyboard-config"
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|
||||||
SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=server-1.6-branch \
|
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://nodolt.patch;patch=1 \
|
||||||
file://libdri-xinerama-symbol.patch;patch=1 \
|
file://libdri-xinerama-symbol.patch;patch=1 \
|
||||||
file://xserver-boottime.patch;patch=1"
|
file://xserver-boottime.patch;patch=1"
|
||||||
@@ -17,6 +18,6 @@ SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git;branch=se
|
|||||||
# Misc build failure for master HEAD
|
# Misc build failure for master HEAD
|
||||||
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
|
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
|
||||||
|
|
||||||
EXTRA_OECONF += "--enable-dri --enable-dri2"
|
EXTRA_OECONF += "--enable-dri --enable-dri2 --enable-dga"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user