diff options
author | Markus Volk <f_l_k@t-online.de> | 2022-08-19 13:44:37 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-22 14:12:05 -0700 |
commit | e75e0cebacbb6efd1785e4392a32c86818810367 (patch) | |
tree | 9a34f35971e56b7fff9401a220bd5e82f9d172c6 /meta-multimedia/recipes-multimedia | |
parent | 4ee7b81570a8e5340dbf092c0635a525a775891d (diff) | |
download | meta-openembedded-e75e0cebacbb6efd1785e4392a32c86818810367.tar.gz |
wireplumber: update to v0.4.11
- install systemd-user-service
- install modules to get the binary running
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.11.bb (renamed from meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.9.bb) | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.9.bb b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.11.bb index 0a2ca3b6f..e093734ed 100644 --- a/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.9.bb +++ b/meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.11.bb | |||
@@ -11,7 +11,7 @@ DEPENDS = "glib-2.0 glib-2.0-native lua pipewire \ | |||
11 | ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-native doxygen-native", "", d)} \ | 11 | ${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-native doxygen-native", "", d)} \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRCREV = "8b97b40c4467951fbd4181afb47e4175361365a6" | 14 | SRCREV = "80b3559963f0ad40a7bfa6c23b0098275c0b5ebe" |
15 | SRC_URI = "git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \ | 15 | SRC_URI = "git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \ |
16 | file://90-OE-disable-session-dbus-dependent-features.lua \ | 16 | file://90-OE-disable-session-dbus-dependent-features.lua \ |
17 | " | 17 | " |
@@ -36,7 +36,7 @@ EXTRA_OEMESON += " \ | |||
36 | " | 36 | " |
37 | 37 | ||
38 | PACKAGECONFIG ??= "\ | 38 | PACKAGECONFIG ??= "\ |
39 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd systemd-system-service', '', d)} \ | 39 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd systemd-system-service systemd-user-service', '', d)} \ |
40 | " | 40 | " |
41 | 41 | ||
42 | PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled,systemd" | 42 | PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled,systemd" |
@@ -130,7 +130,9 @@ CONFFILES:${PN} += " \ | |||
130 | # Add pipewire to RRECOMMENDS, since WirePlumber expects a PipeWire daemon to | 130 | # Add pipewire to RRECOMMENDS, since WirePlumber expects a PipeWire daemon to |
131 | # be present. While in theory any application that uses libpipewire can configure | 131 | # be present. While in theory any application that uses libpipewire can configure |
132 | # itself to become a daemon, in practice, the PipeWire daemon is used. | 132 | # itself to become a daemon, in practice, the PipeWire daemon is used. |
133 | RRECOMMENDS:${PN} += "${PN}-scripts pipewire" | 133 | RRECOMMENDS:${PN} += "pipewire ${PN}-scripts ${PN}-modules-meta" |
134 | |||
135 | FILES:${PN} += "${systemd_user_unitdir}" | ||
134 | 136 | ||
135 | FILES:libwireplumber = " \ | 137 | FILES:libwireplumber = " \ |
136 | ${libdir}/libwireplumber-*.so.* \ | 138 | ${libdir}/libwireplumber-*.so.* \ |