summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-graphics/wayland/weston_8.0.0.imx.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston_8.0.0.imx.bb b/recipes-graphics/wayland/weston_8.0.0.imx.bb
index 294daadc..a021a54d 100644
--- a/recipes-graphics/wayland/weston_8.0.0.imx.bb
+++ b/recipes-graphics/wayland/weston_8.0.0.imx.bb
@@ -146,11 +146,15 @@ PACKAGECONFIG_OPENGL_imxgpu3d = "opengl"
146 146
147PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}" 147PACKAGECONFIG_append = " ${@bb.utils.filter('DISTRO_FEATURES', '${PACKAGECONFIG_OPENGL}', d)}"
148 148
149PACKAGECONFIG_remove_imxfbdev = "kms clients" 149PACKAGECONFIG_remove_imxfbdev = "kms"
150PACKAGECONFIG_append_imxfbdev = " fbdev" 150PACKAGECONFIG_append_imxfbdev = " fbdev clients"
151PACKAGECONFIG_append_imxgpu = " imxgpu" 151PACKAGECONFIG_append_imxgpu = " imxgpu"
152PACKAGECONFIG_append_imxgpu2d = " imxg2d" 152PACKAGECONFIG_append_imxgpu2d = " imxg2d"
153 153
154# Clients support
155SIMPLE_CLIENTS = "all"
156SIMPLE_CLIENTS_imxfbdev = "damage,im,egl,shm,touch,dmabuf-v4l"
157PACKAGECONFIG[clients] = "-Dsimple-clients=${SIMPLE_CLIENTS} -Ddemo-clients=true,-Dsimple-clients= -Ddemo-clients=false"
154# Weston with i.MX GPU support 158# Weston with i.MX GPU support
155PACKAGECONFIG[imxgpu] = "-Dimxgpu=true,-Dimxgpu=false,virtual/egl" 159PACKAGECONFIG[imxgpu] = "-Dimxgpu=true,-Dimxgpu=false,virtual/egl"
156# Weston with i.MX G2D renderer 160# Weston with i.MX G2D renderer