Skip to content

Commit

Permalink
weston-imx: Remove wayland and x11 from PACKAGECONFIG
Browse files Browse the repository at this point in the history
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 5afc356)
  • Loading branch information
fbertux authored and otavio committed Sep 23, 2020
1 parent e18a587 commit 5a5c5dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes-graphics/wayland/weston_8.0.0.imx.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5a5c5dd

Please sign in to comment.