From a1cfeb3324c458a73507e34ffcf28c25591b8052 Mon Sep 17 00:00:00 2001 From: Francesco Giancane Date: Tue, 3 Oct 2017 23:05:23 +0200 Subject: [PATCH] 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 --- recipes-graphics/wayland/weston_%.bbappend | 2 -- 1 file changed, 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 = " \ --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)} \ "