From 4bbb925808350b6f1d250e3f3f985bd8733831db Mon Sep 17 00:00:00 2001 From: Mirza Krak Date: Fri, 13 Jul 2018 11:27:17 +0000 Subject: Revert "weston: remove rpi-backend configuration switch" This reverts commit a1cfeb3324c458a73507e34ffcf28c25591b8052. 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 Signed-off-by: Gunnar Andersson --- recipes-graphics/wayland/weston_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend index 55cf700..1dac41c 100644 --- a/recipes-graphics/wayland/weston_%.bbappend +++ b/recipes-graphics/wayland/weston_%.bbappend @@ -4,7 +4,9 @@ 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)} \ " -- cgit v1.2.3-54-g00ecf