Always enable jack target
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
825a5c6b5f
commit
86861829fd
|
@ -33,18 +33,16 @@ LINK_FLAGS += -lpthread
|
||||||
# --------------------------------------------------------------
|
# --------------------------------------------------------------
|
||||||
# Enable all possible plugin types
|
# Enable all possible plugin types
|
||||||
|
|
||||||
ifeq ($(HAVE_JACK),true)
|
|
||||||
TARGETS += jack
|
TARGETS += jack
|
||||||
endif
|
|
||||||
|
|
||||||
TARGETS += dssi_dsp
|
TARGETS += dssi_dsp
|
||||||
ifeq ($(HAVE_DGL),true)
|
|
||||||
|
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
|
||||||
ifeq ($(HAVE_LIBLO),true)
|
ifeq ($(HAVE_LIBLO),true)
|
||||||
TARGETS += dssi_ui
|
TARGETS += dssi_ui
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(HAVE_DGL),true)
|
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
|
||||||
TARGETS += lv2_sep
|
TARGETS += lv2_sep
|
||||||
else
|
else
|
||||||
TARGETS += lv2_dsp
|
TARGETS += lv2_dsp
|
||||||
|
|
Loading…
Reference in New Issue