Always enable jack target

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2021-06-14 14:39:11 +01:00
parent 825a5c6b5f
commit 86861829fd
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 5 deletions

View File

@ -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