pipewire: update to pw 0.3.43 and wp 0.4.7
[AGL/meta-agl.git] / meta-pipewire / recipes-multimedia / pipewire / pipewire / 0004-Revert-systemd-correctly-prefix-systemd-system-units.patch
1 From 85d47ff146f1bda2f94d32b5b392024089c6f564 Mon Sep 17 00:00:00 2001
2 From: Ashok Sidipotu <ashok.sidipotu@collabora.com>
3 Date: Fri, 14 Jan 2022 20:51:09 +0530
4 Subject: [PATCH 4/4] Revert "systemd: correctly prefix systemd system units"
5
6 This reverts commit 5054b48c9de655b4b48f7c801cb305d9eb122520.
7
8 Upstream-Status: Inappropriate[this systemd configuration is in not relvent to AGL]
9 ---
10  src/daemon/systemd/system/meson.build | 2 +-
11  1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/src/daemon/systemd/system/meson.build b/src/daemon/systemd/system/meson.build
14 index 7e1c223f8..4d942c1ab 100644
15 --- a/src/daemon/systemd/system/meson.build
16 +++ b/src/daemon/systemd/system/meson.build
17 @@ -1,4 +1,4 @@
18 -systemd_system_services_dir = systemd.get_variable(pkgconfig: 'systemdsystemunitdir', pkgconfig_define : [ 'rootprefix', prefix])
19 +systemd_system_services_dir = systemd.get_variable(pkgconfig: 'systemdsystemunitdir', pkgconfig_define : [ 'prefix', prefix])
20  
21  install_data(sources : 'pipewire.socket',
22               install_dir : systemd_system_services_dir)
23 -- 
24 2.34.1
25