summaryrefslogtreecommitdiff
path: root/recipes-graphics/wayland/weston_9.0.0.imx.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-02-22 12:05:03 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2021-02-22 18:34:26 +0100
commit40ea7dd9bf213d2e822d4a1b2ecc68a0cc24e1a7 (patch)
tree31afcb473f64723f027682b582a6bd46eb276827 /recipes-graphics/wayland/weston_9.0.0.imx.bbappend
parent8eafcc52d09d261b924c74bc3540d7f9d5c7c1fc (diff)
weston: bbappend: follow update to 9.0.0.imx
Weston was updated to 9.0.0.imx(5.4.70-2.3.0 BSP) in meta-freescale. Follow that. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics/wayland/weston_9.0.0.imx.bbappend')
-rw-r--r--recipes-graphics/wayland/weston_9.0.0.imx.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-graphics/wayland/weston_9.0.0.imx.bbappend b/recipes-graphics/wayland/weston_9.0.0.imx.bbappend
new file mode 100644
index 0000000..d5609a3
--- /dev/null
+++ b/recipes-graphics/wayland/weston_9.0.0.imx.bbappend
@@ -0,0 +1,6 @@
+# Don't build and install the backends which display weston on top of an
+# existing wayland or x11 server. (Otherwise weston will prefer the wayland
+# backend over the fbdev one for the non drm enabled machines)
+PACKAGECONFIG_remove = "wayland x11"
+
+PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false,libxcursor"