Skip to content

Commit e75e0ce

Browse files
MarkusVolkkraj
authored andcommitted
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>
1 parent 4ee7b81 commit e75e0ce

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.9.bb renamed to meta-multimedia/recipes-multimedia/wireplumber/wireplumber_0.4.11.bb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ DEPENDS = "glib-2.0 glib-2.0-native lua pipewire \
1111
${@bb.utils.contains("DISTRO_FEATURES", "gobject-introspection-data", "python3-native python3-lxml-native doxygen-native", "", d)} \
1212
"
1313

14-
SRCREV = "8b97b40c4467951fbd4181afb47e4175361365a6"
14+
SRCREV = "80b3559963f0ad40a7bfa6c23b0098275c0b5ebe"
1515
SRC_URI = "git://gitlab.freedesktop.org/pipewire/wireplumber.git;branch=master;protocol=https \
1616
file://90-OE-disable-session-dbus-dependent-features.lua \
1717
"
@@ -36,7 +36,7 @@ EXTRA_OEMESON += " \
3636
"
3737

3838
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)} \
4040
"
4141

4242
PACKAGECONFIG[systemd] = "-Dsystemd=enabled,-Dsystemd=disabled,systemd"
@@ -130,7 +130,9 @@ CONFFILES:${PN} += " \
130130
# Add pipewire to RRECOMMENDS, since WirePlumber expects a PipeWire daemon to
131131
# be present. While in theory any application that uses libpipewire can configure
132132
# 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}"
134136

135137
FILES:libwireplumber = " \
136138
${libdir}/libwireplumber-*.so.* \

0 commit comments

Comments
 (0)