]> code.ossystems Code Review - meta-freescale.git/commitdiff
weston-imx: remove also xwayland from package config
authorAndrey Zhizhikin <andrey.z@gmail.com>
Tue, 29 Sep 2020 20:12:41 +0000 (20:12 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 29 Sep 2020 21:05:17 +0000 (18:05 -0300)
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>
(cherry picked from commit 86cde62d18184284f91c0b695bd18c8d96fbee60)

recipes-graphics/wayland/weston_8.0.0.imx.bb

index 26cd417fff33b8f355f077dfd843e288e1016214..a2ce2a6962589873a99aa513b2cdfaf4fdc96bfb 100644 (file)
@@ -144,7 +144,7 @@ PACKAGECONFIG_OPENGL              = "opengl"
 PACKAGECONFIG_OPENGL_imxgpu2d     = ""
 PACKAGECONFIG_OPENGL_imxgpu3d     = "opengl"
 
-PACKAGECONFIG_remove = "wayland x11"
+PACKAGECONFIG_remove = "wayland x11 xwayland"
 PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}"
 
 PACKAGECONFIG_remove_imxfbdev = "kms"