summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2020-09-16 14:40:40 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2020-09-22 21:55:59 -0300
commit5a5c5dd23ea0173ef16073c3c651aec89b5a67c1 (patch)
treead68bb76fc7dd5bdff458c741be20292987445ec
parente18a587b7d2315a9c4b295fde129ae193bed515c (diff)
downloadmeta-freescale-5a5c5dd23ea0173ef16073c3c651aec89b5a67c1.tar.gz
weston-imx: Remove wayland and x11 from PACKAGECONFIG
Weston i.MX uses framebuffer to render images and doesn't work if wayland PACKAGECONFIG is enabled. Without this weston can't find the wayland display. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> (cherry picked from commit 5afc3561a2203b21e238bdc5c8c0f4048625e8de)
-rw-r--r--recipes-graphics/wayland/weston_8.0.0.imx.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_8.0.0.imx.bb b/recipes-graphics/wayland/weston_8.0.0.imx.bb
index a021a54d..26cd417f 100644
--- a/recipes-graphics/wayland/weston_8.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_8.0.0.imx.bb
@@ -144,6 +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_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}" 148PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}"
148 149
149PACKAGECONFIG_remove_imxfbdev = "kms" 150PACKAGECONFIG_remove_imxfbdev = "kms"