summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-graphics/wayland/weston_1.8.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.8.0.bb b/meta/recipes-graphics/wayland/weston_1.8.0.bb
index 6234a8c6f5..40df6e1936 100644
--- a/meta/recipes-graphics/wayland/weston_1.8.0.bb
+++ b/meta/recipes-graphics/wayland/weston_1.8.0.bb
@@ -26,7 +26,6 @@ DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg"
26DEPENDS += "wayland libinput virtual/egl pango" 26DEPENDS += "wayland libinput virtual/egl pango"
27 27
28EXTRA_OECONF = "--enable-setuid-install \ 28EXTRA_OECONF = "--enable-setuid-install \
29 --disable-xwayland \
30 --enable-simple-clients \ 29 --enable-simple-clients \
31 --enable-clients \ 30 --enable-clients \
32 --enable-demo-clients-install \ 31 --enable-demo-clients-install \
@@ -74,6 +73,8 @@ PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp"
74PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind" 73PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind"
75# Weston with systemd-login support 74# Weston with systemd-login support
76PACKAGECONFIG[systemd] = "--enable-systemd-login,--disable-systemd-login,systemd dbus" 75PACKAGECONFIG[systemd] = "--enable-systemd-login,--disable-systemd-login,systemd dbus"
76# Weston with Xwayland support
77PACKAGECONFIG[xwayland] = "--enable-xwayland,--disable-xwayland,libxcb libxcursor cairo"
77 78
78do_install_append() { 79do_install_append() {
79 # Weston doesn't need the .la files to load modules, so wipe them 80 # Weston doesn't need the .la files to load modules, so wipe them