Files
meta-raspberrypi/recipes-graphics/wayland/weston_%.bbappend
Mirza Krak 4bbb925808 Revert "weston: remove rpi-backend configuration switch"
This reverts commit a1cfeb3324.

This is not ready to be used together with 4.9.y kernel
so simply revert as it seems to work with the rpi-backend.

Signed-off-by: Mirza Krak <mirza.krak@northern.tech>
Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
2018-07-20 16:40:19 +01:00

13 lines
437 B
Plaintext

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', '', ' \
--enable-rpi-compositor \
--disable-resize-optimization \
--disable-setuid-install \
WESTON_NATIVE_BACKEND=rpi-backend.so \
', d)} \
"