Add lv2 packages to macOS CI

This commit is contained in:
Johannes Lorenz
2020-06-11 08:19:44 +02:00
committed by Johannes Lorenz
parent 9e401828aa
commit 454e047291
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
set -e
PACKAGES="cmake pkg-config libogg libvorbis lame libsndfile libsamplerate jack sdl libgig libsoundio stk fluid-synth portaudio node fltk qt carla"
PACKAGES="cmake pkg-config libogg libvorbis lame libsndfile libsamplerate lilv lv2 jack sdl libgig libsoundio stk fluid-synth portaudio node fltk qt carla"
if "${TRAVIS}"; then
PACKAGES="$PACKAGES ccache"