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>
This commit is contained in:
Francesco Giancane
2017-10-03 23:05:23 +02:00
committed by Andrei Gherzan
parent fe99478aa9
commit a1cfeb3324

View File

@ -4,9 +4,7 @@ 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)} \
"