From dee8b591f54d8fced6242de488e2f7118e1aba75 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Tue, 29 Mar 2016 11:39:05 -0300 Subject: [PATCH] weston: drop --disable-xwayland-test It's in the rpi backend block which makes no sense, and it depends on xwayland being enabled which we currently don't support so remove it. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- package/weston/weston.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/weston/weston.mk b/package/weston/weston.mk index e83abe07ce..363a2bf67a 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -82,7 +82,6 @@ ifeq ($(BR2_PACKAGE_WESTON_RPI),y) WESTON_DEPENDENCIES += rpi-userland WESTON_CONF_OPTS += --enable-rpi-compositor \ --disable-resize-optimization \ - --disable-xwayland-test \ WESTON_NATIVE_BACKEND=rpi-backend.so else WESTON_CONF_OPTS += --disable-rpi-compositor -- 2.30.2