diff options
| -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 0a2ca3b6f7..e093734ed2 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.* \ |
