From: Ross Burton Date: Mon, 9 Jun 2014 14:18:19 +0000 (+0100) Subject: xorg-xserver: disable DRI3 by default X-Git-Tag: 2015-4~2611 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=898d60f1901745b861ecab91b3ceceb9a1cfc8b1;p=openembedded-core.git xorg-xserver: disable DRI3 by default Add a PACKAGECONFIG for DRI3 but don't enable it yet. Based on a patch by Valentin Popa . [YOCTO #6402] Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 2e83d53690..b9b9ac4fc3 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc @@ -120,6 +120,7 @@ PACKAGECONFIG ??= "udev ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri d PACKAGECONFIG[udev] = "--enable-config-udev,--disable-config-udev,udev" PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,glproto virtual/mesa xf86driproto" PACKAGECONFIG[dri2] = "--enable-dri2,--disable-dri2,dri2proto" +PACKAGECONFIG[dri3] = "--enable-dri3,--disable-dri3,dri3proto libxshmfence" PACKAGECONFIG[glx] = "--enable-glx --enable-glx-tls,--disable-glx,glproto virtual/libgl virtual/libx11" do_install_append () {