diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-05-26 16:44:59 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-27 23:06:16 +0200 |
| commit | 716ac19502392e0306ddcd9a5dc28edd6caf4205 (patch) | |
| tree | dcae375ef38bff1aeadb39172954ab0338025bd3 /package/weston | |
| parent | 36366add9754244730607a3397c9393c4fbe8f5a (diff) | |
| download | buildroot-716ac19502392e0306ddcd9a5dc28edd6caf4205.tar.gz buildroot-716ac19502392e0306ddcd9a5dc28edd6caf4205.zip | |
weston: enable nested wayland compositor
It may be useful in some scenarios and size growth is marginal at best.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/weston')
| -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 38a0d37020..8455a9445e 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -18,7 +18,6 @@ WESTON_DEPENDENCIES = host-pkgconf wayland wayland-protocols \ WESTON_CONF_OPTS = \ --with-dtddir=$(STAGING_DIR)/usr/share/wayland \ - --disable-wayland-compositor \ --disable-headless-compositor \ --disable-colord \ --disable-setuid-install |

