|
|
@@ -49,21 +49,21 @@ CARLA_RTAUDIO_SUPPORT = true |
|
|
|
|
|
|
|
# -------------------------------------------------------------- |
|
|
|
|
|
|
|
HAVE_JACK = $(shell pkg-config --exists jack && echo true) |
|
|
|
HAVE_JACKSESSION = $(shell pkg-config --atleast-version=0.121.0 jack && echo true) |
|
|
|
HAVE_JACK = $(shell pkg-config --exists jack && echo true) |
|
|
|
HAVE_JACKSESSION = $(shell pkg-config --atleast-version=0.121.0 jack && echo true) |
|
|
|
|
|
|
|
ifeq ($(CARLA_PLUGIN_SUPPORT),true) |
|
|
|
HAVE_SUIL = $(shell pkg-config --exists suil-0 && echo true) |
|
|
|
HAVE_SUIL = $(shell pkg-config --exists suil-0 && echo true) |
|
|
|
endif |
|
|
|
|
|
|
|
ifeq ($(CARLA_SAMPLERS_SUPPORT),true) |
|
|
|
HAVE_FLUIDSYNTH = $(shell pkg-config --exists fluidsynth && echo true) |
|
|
|
HAVE_LINUSAMPLER = $(shell pkg-config --exists linuxsampler && echo true) |
|
|
|
HAVE_FLUIDSYNTH = $(shell pkg-config --exists fluidsynth && echo true) |
|
|
|
HAVE_LINUXSAMPLER = $(shell pkg-config --exists linuxsampler && echo true) |
|
|
|
endif |
|
|
|
|
|
|
|
ifeq ($(CARLA_RTAUDIO_SUPPORT),true) |
|
|
|
HAVE_ALSA = $(shell pkg-config --exists alsa && echo true) |
|
|
|
HAVE_PULSEAUDIO = $(shell pkg-config --exists libpulse-simple && echo true) |
|
|
|
HAVE_ALSA = $(shell pkg-config --exists alsa && echo true) |
|
|
|
HAVE_PULSEAUDIO = $(shell pkg-config --exists libpulse-simple && echo true) |
|
|
|
endif |
|
|
|
|
|
|
|
HAVE_ZYN_DEPS = $(shell pkg-config --exists fftw3 mxml && echo true) |
|
|
|
HAVE_ZYN_DEPS = $(shell pkg-config --exists fftw3 mxml && echo true) |