summaryrefslogtreecommitdiffstats
path: root/audio-plugins/calf-plugins/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-plugins/calf-plugins/DEPENDS')
-rwxr-xr-xaudio-plugins/calf-plugins/DEPENDS30
1 files changed, 30 insertions, 0 deletions
diff --git a/audio-plugins/calf-plugins/DEPENDS b/audio-plugins/calf-plugins/DEPENDS
new file mode 100755
index 0000000000..950c5ae39d
--- /dev/null
+++ b/audio-plugins/calf-plugins/DEPENDS
@@ -0,0 +1,30 @@
+depends libtool &&
+depends glib2 &&
+depends expat &&
+depends fluidsynth &&
+depends fftw &&
+optional_depends lv2 \
+ "--with-lv2" \
+ "--without-lv2" \
+ "for lv2 plugin support" &&
+optional_depends JACK-DRIVER \
+ "" \
+ "" \
+ "for jack support" &&
+if is_depends_enabled $SPELL $(get_spell_provider $SPELL JACK-DRIVER); then
+ depends gtk+2 &&
+ optional_depends lash \
+ "--with-lash" \
+ "--without-lash" \
+ "for session save/load support"
+elif is_depends_enabled $SPELL lv2; then
+ optional_depends gtk+2 \
+ "" \
+ "" \
+ "for GUIs"
+fi &&
+
+if is_depends_enabled $SPELL gtk+2; then
+ depends glade2 &&
+ depends gtk-engines2
+fi