summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2020-09-16 14:40:40 -0300
committerFabio Berton <fabio.berton@ossystems.com.br>2020-09-22 13:58:37 -0300
commit5afc3561a2203b21e238bdc5c8c0f4048625e8de (patch)
tree1e303f0d7abe1338e24a1402c9b6c5dc13728834
parentaf1ce95565d5087ef20ed28f9f87123b9d68a7e0 (diff)
downloadmeta-freescale-5afc3561a2203b21e238bdc5c8c0f4048625e8de.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>
-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"