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 <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2016-03-29 11:39:05 -03:00 committed by Thomas Petazzoni
parent 1c94567b4d
commit dee8b591f5

View File

@ -82,7 +82,6 @@ ifeq ($(BR2_PACKAGE_WESTON_RPI),y)
WESTON_DEPENDENCIES += rpi-userland WESTON_DEPENDENCIES += rpi-userland
WESTON_CONF_OPTS += --enable-rpi-compositor \ WESTON_CONF_OPTS += --enable-rpi-compositor \
--disable-resize-optimization \ --disable-resize-optimization \
--disable-xwayland-test \
WESTON_NATIVE_BACKEND=rpi-backend.so WESTON_NATIVE_BACKEND=rpi-backend.so
else else
WESTON_CONF_OPTS += --disable-rpi-compositor WESTON_CONF_OPTS += --disable-rpi-compositor