mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
[xserver-xf86-dri-lite] Bumps the PV and explicitly disables dri2
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
require xserver-xf86-dri-lite.inc
|
||||
|
||||
PE = "1"
|
||||
PR = "r2"
|
||||
PV = "1.5.0+git${SRCREV}"
|
||||
PR = "r1"
|
||||
PV = "1.5.99.1+git${SRCREV}"
|
||||
|
||||
PROTO_DEPS += "xf86driproto"
|
||||
|
||||
@@ -16,6 +16,6 @@ SRC_URI = "git://anongit.freedesktop.org/git/xorg/xserver;protocol=git \
|
||||
# Misc build failure for master HEAD
|
||||
SRC_URI += "file://fix_open_max_preprocessor_error.patch;patch=1"
|
||||
|
||||
EXTRA_OECONF += "--enable-dri"
|
||||
EXTRA_OECONF += "--enable-dri --disable-dri2"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user