diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-08-13 14:46:03 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-08-13 14:46:03 +0200 |
commit | ccdd33c63dc1d855db7bb64f2f3f02879740b9be (patch) | |
tree | 9f3d524beae54ed98476c37a04c2f6e956e4e980 /package/roc_pulse/0001-cmake_compilation.patch | |
parent | 0640b403f2dc33fca3b1ca121012b98c2420ef24 (diff) |
Diffstat (limited to 'package/roc_pulse/0001-cmake_compilation.patch')
-rw-r--r-- | package/roc_pulse/0001-cmake_compilation.patch | 11 |
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 |