summaryrefslogtreecommitdiff
path: root/meta-raspberrypi/recipes-graphics/wayland/weston_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-raspberrypi/recipes-graphics/wayland/weston_%.bbappend')
-rw-r--r--meta-raspberrypi/recipes-graphics/wayland/weston_%.bbappend10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-raspberrypi/recipes-graphics/wayland/weston_%.bbappend b/meta-raspberrypi/recipes-graphics/wayland/weston_%.bbappend
new file mode 100644
index 0000000000..55cf7007b0
--- /dev/null
+++ b/meta-raspberrypi/recipes-graphics/wayland/weston_%.bbappend
@@ -0,0 +1,10 @@
+PACKAGECONFIG_remove_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', 'fbdev', '', d)}"
+
+EXTRA_OECONF_append_rpi = " \
+ --disable-xwayland-test \
+ --disable-simple-egl-clients \
+ ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' \
+ --disable-resize-optimization \
+ --disable-setuid-install \
+ ', d)} \
+"