1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Description: Use JUCE from Debian
Author: IOhannes m zmölnig
Origin: Debian
Forwarded: not-needed
Last-Update: 2025-08-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- giada.orig/CMakeLists.txt
+++ giada/CMakeLists.txt
@@ -754,7 +754,9 @@
# Extra parameters for audio plug-ins support.
# ------------------------------------------------------------------------------
-add_subdirectory(${CMAKE_SOURCE_DIR}/src/deps/juce)
+#add_subdirectory(${CMAKE_SOURCE_DIR}/src/deps/juce)
+find_package (JUCE CONFIG REQUIRED)
+
list(APPEND LIBRARIES
juce::juce_audio_utils
|