From: Andrey Zhizhikin Date: Tue, 29 Sep 2020 20:12:41 +0000 (+0000) Subject: weston-imx: remove also xwayland from package config X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=01193d1730e18c1aad2ca3dacdfdac3af092fd7c;p=meta-freescale.git 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 (cherry picked from commit 86cde62d18184284f91c0b695bd18c8d96fbee60) --- 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" 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"