Add Carla support for MacOS (#4558)

Add Carla support for MacOS
This commit is contained in:
Tres Finocchiaro
2018-09-15 09:32:29 -04:00
committed by GitHub
parent 91ca660161
commit 153f15f4b4
10 changed files with 81 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
PACKAGES="cmake pkgconfig fftw libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk fluid-synth portaudio node fltk"
PACKAGES="cmake pkgconfig fftw libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk fluid-synth portaudio node fltk carla"
if [ $QT5 ]; then
PACKAGES="$PACKAGES qt5"