[Buildroot] [PATCH v2 6/6] weston: drop --disable-xwayland-test

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Mar 29 12:39:11 UTC 2016


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 <gustavo at zacarias.com.ar>
---
 package/weston/weston.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index 77f99d6..6b9b961 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk
@@ -83,7 +83,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.7.3



More information about the buildroot mailing list