aboutsummaryrefslogtreecommitdiff
path: root/package/roc_pulse/0001-cmake_compilation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/roc_pulse/0001-cmake_compilation.patch')
-rw-r--r--package/roc_pulse/0001-cmake_compilation.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/roc_pulse/0001-cmake_compilation.patch b/package/roc_pulse/0001-cmake_compilation.patch
new file mode 100644
index 0000000..b5f51e0
--- /dev/null
+++ b/package/roc_pulse/0001-cmake_compilation.patch
@@ -0,0 +1,11 @@
+
+Index: roc-pulse/cmake/setup_pulseaudio.cmake
+===================================================================
+--- roc-pulse.orig/cmake/setup_pulseaudio.cmake
++++ roc-pulse/cmake/setup_pulseaudio.cmake
+@@ -1,4 +1,5 @@
+ set(PULSEAUDIO_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}/pulsebuild")
++include(ExternalProject)
+
+ # This command runs "meson setup" to generate pulse/version.h
+ # We don't actually build PulseAudio