mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
xf86-video-intel: disable DRI 1, enable DRI 3
DRI 1 is only needed for UMS on i810[1], and modern X servers (1.20 onwards) don't support DRI 1, so disable DRI 1. However, DRI 3 isn't new and unreliable anymore, so enable support for it. Also, now that the *proto packages are all part of xorgproto which is a required DEPENDS, we don't need to mention it over and over. [1] https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=359477215092ac1b602ad1e2f17a28963d9224c2 (From OE-Core rev: 329364b3b33b1d769bfa6917a51131c64ef77ddf) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f8df11d290
commit
33d336626d
@@ -21,12 +21,12 @@ UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
DEPENDS += "virtual/libx11 drm libpciaccess pixman"
|
||||
|
||||
PACKAGECONFIG ??= "xvmc uxa udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri1 dri2', '', d)}"
|
||||
PACKAGECONFIG ??= "xvmc uxa udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri dri2 dri3', '', d)}"
|
||||
|
||||
PACKAGECONFIG[dri] = "--enable-dri,--disable-dri"
|
||||
PACKAGECONFIG[dri1] = "--enable-dri1,--disable-dri1,xorgproto"
|
||||
PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,xorgproto"
|
||||
PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,xorgproto"
|
||||
PACKAGECONFIG[dri1] = "--enable-dri1,--disable-dri1"
|
||||
PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2"
|
||||
PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3"
|
||||
PACKAGECONFIG[sna] = "--enable-sna,--disable-sna"
|
||||
PACKAGECONFIG[uxa] = "--enable-uxa,--disable-uxa"
|
||||
PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"
|
||||
|
||||
Reference in New Issue
Block a user