From ccdd33c63dc1d855db7bb64f2f3f02879740b9be Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 13 Aug 2025 14:46:03 +0200 Subject: Added roc packages, and updagraded to latest buildroot --- package/roc_pulse/0001-cmake_compilation.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/roc_pulse/0001-cmake_compilation.patch (limited to 'package/roc_pulse/0001-cmake_compilation.patch') 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 -- cgit v1.2.3