diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-03-29 11:39:05 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-03-30 17:00:40 +0200 |
| commit | dee8b591f54d8fced6242de488e2f7118e1aba75 (patch) | |
| tree | b0193c4dd362a67847c21531a0c44a06a1b1f53d | |
| parent | 1c94567b4d609e62f590a8003fb1fde1cc3516b0 (diff) | |
| download | buildroot-dee8b591f54d8fced6242de488e2f7118e1aba75.tar.gz buildroot-dee8b591f54d8fced6242de488e2f7118e1aba75.zip | |
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>
| -rw-r--r-- | package/weston/weston.mk | 1 |
1 files changed, 0 insertions, 1 deletions
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 |

