summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/wayland/weston_1.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/wayland/weston_1.8.0.bb')
-rw-r--r--meta/recipes-graphics/wayland/weston_1.8.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-graphics/wayland/weston_1.8.0.bb b/meta/recipes-graphics/wayland/weston_1.8.0.bb
index 95cf4956da..6234a8c6f5 100644
--- a/meta/recipes-graphics/wayland/weston_1.8.0.bb
+++ b/meta/recipes-graphics/wayland/weston_1.8.0.bb
@@ -12,6 +12,8 @@ SRC_URI = "http://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
12 file://make-libwebp-explicitly-configurable.patch \ 12 file://make-libwebp-explicitly-configurable.patch \
13 file://0001-make-error-portable.patch \ 13 file://0001-make-error-portable.patch \
14 file://parallelmake.patch \ 14 file://parallelmake.patch \
15 file://libsystemd.patch \
16 file://explicit-enable-disable-systemd.patch \
15" 17"
16SRC_URI[md5sum] = "24cb8a7ed0535b4fc3642643988dab36" 18SRC_URI[md5sum] = "24cb8a7ed0535b4fc3642643988dab36"
17SRC_URI[sha256sum] = "8963e69f328e815cec42c58046c4af721476c7541bb7d9edc71740fada5ad312" 19SRC_URI[sha256sum] = "8963e69f328e815cec42c58046c4af721476c7541bb7d9edc71740fada5ad312"
@@ -41,6 +43,7 @@ EXTRA_OECONF_append_qemux86-64 = "\
41PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \ 43PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \
42 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \ 44 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)} \
43 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'launch', '', d)} \ 45 ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'launch', '', d)} \
46 ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \
44 " 47 "
45# 48#
46# Compositor choices 49# Compositor choices
@@ -69,6 +72,8 @@ PACKAGECONFIG[lcms] = "--enable-lcms,--disable-lcms,lcms"
69PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" 72PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp"
70# Weston with unwinding support 73# Weston with unwinding support
71PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind" 74PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind"
75# Weston with systemd-login support
76PACKAGECONFIG[systemd] = "--enable-systemd-login,--disable-systemd-login,systemd dbus"
72 77
73do_install_append() { 78do_install_append() {
74 # Weston doesn't need the .la files to load modules, so wipe them 79 # Weston doesn't need the .la files to load modules, so wipe them