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
