diff options
Diffstat (limited to 'meta/recipes-graphics/wayland/weston_1.8.0.bb')
-rw-r--r-- | meta/recipes-graphics/wayland/weston_1.8.0.bb | 5 |
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 | " |
16 | SRC_URI[md5sum] = "24cb8a7ed0535b4fc3642643988dab36" | 18 | SRC_URI[md5sum] = "24cb8a7ed0535b4fc3642643988dab36" |
17 | SRC_URI[sha256sum] = "8963e69f328e815cec42c58046c4af721476c7541bb7d9edc71740fada5ad312" | 19 | SRC_URI[sha256sum] = "8963e69f328e815cec42c58046c4af721476c7541bb7d9edc71740fada5ad312" |
@@ -41,6 +43,7 @@ EXTRA_OECONF_append_qemux86-64 = "\ | |||
41 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'kms fbdev wayland egl', '', d)} \ | 43 | PACKAGECONFIG ??= "${@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" | |||
69 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" | 72 | PACKAGECONFIG[webp] = "--enable-webp,--disable-webp,libwebp" |
70 | # Weston with unwinding support | 73 | # Weston with unwinding support |
71 | PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind" | 74 | PACKAGECONFIG[libunwind] = "--enable-libunwind,--disable-libunwind,libunwind" |
75 | # Weston with systemd-login support | ||
76 | PACKAGECONFIG[systemd] = "--enable-systemd-login,--disable-systemd-login,systemd dbus" | ||
72 | 77 | ||
73 | do_install_append() { | 78 | do_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 |