summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Giancane <francescogiancane8@gmail.com>2017-10-03 23:05:23 +0200
committerAndrei Gherzan <andrei@gherzan.com>2017-10-20 15:54:06 +0100
commita1cfeb3324c458a73507e34ffcf28c25591b8052 (patch)
treee6829b3ff65135c7bddf0118cacc8d36b01dbfbe
parentfe99478aa9ebfbcf78d02bad35fd1310912e4857 (diff)
downloadmeta-raspberrypi-a1cfeb3324c458a73507e34ffcf28c25591b8052.tar.gz
weston: remove rpi-backend configuration switch
rpi-backend.so was an attempt to create a specialized weston backend to be used on raspberry pi like platforms. At the moment, this backend's support has been dropped in favor of using the standard drm backend, as the vc4 driver is now mainline in mesa and in kernel (for kernel support). As a result, weston on raspberry pi does not require the rpi-backend.so anymore, nor it is buildable (weston's configure complains about unrecognized configuration switch). This patch enables weston to natively run on the DRM backend. Signed-off-by: Francesco Giancane <francescogiancane8@gmail.com>
-rw-r--r--recipes-graphics/wayland/weston_%.bbappend2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston_%.bbappend b/recipes-graphics/wayland/weston_%.bbappend
index 1dac41c..55cf700 100644
--- a/recipes-graphics/wayland/weston_%.bbappend
+++ b/recipes-graphics/wayland/weston_%.bbappend
@@ -4,9 +4,7 @@ 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 \
8 --disable-resize-optimization \ 7 --disable-resize-optimization \
9 --disable-setuid-install \ 8 --disable-setuid-install \
10 WESTON_NATIVE_BACKEND=rpi-backend.so \
11 ', d)} \ 9 ', d)} \
12" 10"