[Buildroot] [git commit] weston: drop --disable-xwayland-test

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Mar 30 15:00:40 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=dee8b591f54d8fced6242de488e2f7118e1aba75
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/weston/weston.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index e83abe0..363a2bf 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


More information about the buildroot mailing list