summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMirza Krak <mirza.krak@northern.tech>2018-07-13 11:27:17 +0000
committerAndrei Gherzan <andrei@gherzan.com>2018-07-20 16:40:19 +0100
commit4bbb925808350b6f1d250e3f3f985bd8733831db (patch)
tree078a59d14186b762ebb141f764a7d473b96165a9
parentacfb857227f1216cd64767952f0c25d633df10b8 (diff)
downloadmeta-raspberrypi-4bbb925808350b6f1d250e3f3f985bd8733831db.tar.gz
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 <mirza.krak@northern.tech> Signed-off-by: Gunnar Andersson <gandersson@genivi.org>
-rw-r--r--recipes-graphics/wayland/weston_%.bbappend2
1 files changed, 2 insertions, 0 deletions
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 = " \
4 --disable-xwayland-test \ 4 --disable-xwayland-test \
5 --disable-simple-egl-clients \ 5 --disable-simple-egl-clients \
6 ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' \ 6 ${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' \
7 --enable-rpi-compositor \
7 --disable-resize-optimization \ 8 --disable-resize-optimization \
8 --disable-setuid-install \ 9 --disable-setuid-install \
10 WESTON_NATIVE_BACKEND=rpi-backend.so \
9 ', d)} \ 11 ', d)} \
10" 12"