Fix build when zyn ui deps or projectm is installed
This commit is contained in:
parent
477448f3c9
commit
ddb7f4b61c
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -22,7 +22,9 @@ CARLA_EXTRA_ARGS = \
|
|||
HAVE_FFMPEG=false \
|
||||
HAVE_FLUIDSYNTH=false \
|
||||
HAVE_LIBMAGIC=false \
|
||||
HAVE_SNDFILE=false
|
||||
HAVE_SNDFILE=false \
|
||||
HAVE_PROJECTM=false \
|
||||
HAVE_ZYN_UI_DEPS=false
|
||||
|
||||
ifneq ($(DEBUG),true)
|
||||
CARLA_EXTRA_ARGS += EXTERNAL_PLUGINS=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue