From 51ddb46d3bcac27a0f4f90d38edafbf7b38f3f5d Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Fri, 28 Apr 2023 23:34:46 +0300 Subject: [PATCH] xserver-xorg: drop the xshmfence PACKAGECONFIG Remote the xshmfence PACKAGECONFIG, removed in oe-core while converting the recipe from autotools to meson. Signed-off-by: Dmitry Baryshkov --- recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend index 881eee867..7fc43f6e3 100644 --- a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend +++ b/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend @@ -1,3 +1,3 @@ # We want to use modesetting + glamor with mesa freedreno driver # http://bloggingthemonkey.blogspot.fr/2016/11/a-quick-note-for-usersdistros.html -PACKAGECONFIG:append:qcom = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' dri3 xshmfence glamor', '', d)}" +PACKAGECONFIG:append:qcom = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', ' dri3 glamor', '', d)}"