From: Gustavo Zacarias Date: Tue, 29 Mar 2016 14:39:05 +0000 (-0300) Subject: weston: drop --disable-xwayland-test X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dee8b591f54d8fced6242de488e2f7118e1aba75;p=buildroot.git 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 --- 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