summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Zhizhikin <andrey.z@gmail.com>2020-09-29 20:12:41 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-29 18:02:07 -0300
commit86cde62d18184284f91c0b695bd18c8d96fbee60 (patch)
treeeadf4b32ca5344323a36e6324795740a2a2491b9
parentdf8a1ed8f7bdbebc9ee210e534758a5072caad0d (diff)
downloadmeta-freescale-86cde62d18184284f91c0b695bd18c8d96fbee60.tar.gz
weston-imx: remove also xwayland from package config
Commit [5a5c5dd23ea0173ef16073c3c651aec89b5a67c1] removes x11 and wayland from PACKAGECONFIG, but when wayland with X11 distro is used - this leaves the xwayland package config option enabled. Without x11 and wayland in PACKAGECONFIG, xwayland cannot be enabled so remove this config option as well. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
-rw-r--r--recipes-graphics/wayland/weston_8.0.0.imx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/wayland/weston_8.0.0.imx.bb b/recipes-graphics/wayland/weston_8.0.0.imx.bb
index 26cd417f..a2ce2a69 100644
--- a/recipes-graphics/wayland/weston_8.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_8.0.0.imx.bb
@@ -144,7 +144,7 @@ PACKAGECONFIG_OPENGL = "opengl"
144PACKAGECONFIG_OPENGL_imxgpu2d = "" 144PACKAGECONFIG_OPENGL_imxgpu2d = ""
145PACKAGECONFIG_OPENGL_imxgpu3d = "opengl" 145PACKAGECONFIG_OPENGL_imxgpu3d = "opengl"
146 146
147PACKAGECONFIG_remove = "wayland x11" 147PACKAGECONFIG_remove = "wayland x11 xwayland"
148PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}" 148PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}"
149 149
150PACKAGECONFIG_remove_imxfbdev = "kms" 150PACKAGECONFIG_remove_imxfbdev = "kms"