]> code.ossystems Code Review - meta-freescale.git/commitdiff
weston-imx: Remove wayland and x11 from PACKAGECONFIG
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 16 Sep 2020 17:40:40 +0000 (14:40 -0300)
committerFabio Berton <fabio.berton@ossystems.com.br>
Tue, 22 Sep 2020 16:58:37 +0000 (13:58 -0300)
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>
recipes-graphics/wayland/weston_8.0.0.imx.bb

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