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
|
||||
|
||||
ifeq ($(HAVE_JACK),true)
|
||||
TARGETS += jack
|
||||
endif
|
||||
|
||||
TARGETS += dssi_dsp
|
||||
ifeq ($(HAVE_DGL),true)
|
||||
|
||||
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
|
||||
ifeq ($(HAVE_LIBLO),true)
|
||||
TARGETS += dssi_ui
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(HAVE_DGL),true)
|
||||
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
|
||||
TARGETS += lv2_sep
|
||||
else
|
||||
TARGETS += lv2_dsp
|
||||
|
|
Loading…
Reference in New Issue