From: Saul Wold Date: Fri, 20 Jan 2017 21:50:27 +0000 (-0800) Subject: xserver-xorg: Enable glamor by default X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22728 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33864ddc1ca5326e0b2bb7443410069a8cd9f57b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git xserver-xorg: Enable glamor by default To enable glamor, we need to also enable both dri3 and xshmfence as dependencies. Signed-off-by: Saul Wold Signed-off-by: Ross Burton --- diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc index 216ae64fc26..7717802006c 100644 --- a/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc +++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg.inc @@ -120,8 +120,9 @@ EXTRA_OECONF += "--with-fop=no \ WAYLAND_PROTOCOLS_SYSROOT_DIR=${RECIPE_SYSROOT} \ " +OPENGL_PKGCONFIGS = "dri glx glamor dri3 xshmfence" PACKAGECONFIG ??= "dri2 udev ${XORG_CRYPTO} \ - ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri glx', '', d)} \ + ${@bb.utils.contains('DISTRO_FEATURES', 'opengl', '${OPENGL_PKGCONFIGS}', '', d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "xwayland", "", d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd", "", d)} \ "