summarylogtreecommitdiffstats
path: root/0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch
diff options
context:
space:
mode:
authorCédric Schieli2020-03-01 13:41:54 +0100
committerCédric Schieli2020-03-01 13:41:54 +0100
commit1c2d8da38376e10aa91f746ccbced55ae24a8da2 (patch)
treee3cb44891ce881861580e2d530abb9ddc5df0ecc /0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch
parentbb46b392020d15b7079211cfbc86aa8efe61f473 (diff)
downloadaur-1c2d8da38376e10aa91f746ccbced55ae24a8da2.tar.gz
Reinitialize from upstream (pulseaudio-13.0-3)
Diffstat (limited to '0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch')
-rw-r--r--0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch b/0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch
new file mode 100644
index 000000000000..6e6beeade13d
--- /dev/null
+++ b/0001-meson-Define-TUNNEL_SINK-for-module-tunnel-sink.patch
@@ -0,0 +1,28 @@
+From c7e0c4373a304e167b11a68575b9da9506345dab Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
+Date: Sun, 15 Sep 2019 13:47:19 +0200
+Subject: [PATCH] meson: Define TUNNEL_SINK for module-tunnel-sink
+
+This was missing, so it was building another tunnel-source instead.
+
+Fixes https://bugs.archlinux.org/task/63755
+---
+ src/modules/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/modules/meson.build b/src/modules/meson.build
+index 92d5871f9..dd2241f42 100644
+--- a/src/modules/meson.build
++++ b/src/modules/meson.build
+@@ -55,7 +55,7 @@ all_modules = [
+ [ 'module-suspend-on-idle', 'module-suspend-on-idle.c' ],
+ [ 'module-switch-on-connect', 'module-switch-on-connect.c' ],
+ [ 'module-switch-on-port-available', 'module-switch-on-port-available.c' ],
+- [ 'module-tunnel-sink', 'module-tunnel.c', [], [], [x11_dep] ],
++ [ 'module-tunnel-sink', 'module-tunnel.c', [], ['-DTUNNEL_SINK=1'], [x11_dep] ],
+ [ 'module-tunnel-sink-new', 'module-tunnel-sink-new.c' ],
+ [ 'module-tunnel-source', 'module-tunnel.c', [], [], [x11_dep] ],
+ [ 'module-tunnel-source-new', 'module-tunnel-source-new.c' ],
+--
+2.23.0
+