summaryrefslogtreecommitdiffstats
path: root/debian/patches/fba7083f8ceb210c7c20aceafeb5c9a8767cf705.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/fba7083f8ceb210c7c20aceafeb5c9a8767cf705.patch')
-rw-r--r--debian/patches/fba7083f8ceb210c7c20aceafeb5c9a8767cf705.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/patches/fba7083f8ceb210c7c20aceafeb5c9a8767cf705.patch b/debian/patches/fba7083f8ceb210c7c20aceafeb5c9a8767cf705.patch
new file mode 100644
index 0000000..1de26c1
--- /dev/null
+++ b/debian/patches/fba7083f8ceb210c7c20aceafeb5c9a8767cf705.patch
@@ -0,0 +1,25 @@
+From fba7083f8ceb210c7c20aceafeb5c9a8767cf705 Mon Sep 17 00:00:00 2001
+From: Wim Taymans <wtaymans@redhat.com>
+Date: Thu, 26 Jan 2023 11:57:45 +0100
+Subject: [PATCH] modules: also install module-combine-stream
+
+---
+ 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 89e4233d9..1bfb03b4b 100644
+--- a/src/modules/meson.build
++++ b/src/modules/meson.build
+@@ -139,7 +139,7 @@ pipewire_module_echo_cancel_sources = [
+ pipewire_module_combine_stream = shared_library('pipewire-module-combine-stream',
+ [ 'module-combine-stream.c' ],
+ include_directories : [configinc],
+- install : false,
++ install : true,
+ install_dir : modules_install_dir,
+ install_rpath: modules_install_dir,
+ dependencies : [spa_dep, dl_lib, pipewire_dep],
+--
+GitLab
+