From 3e139375558e7d8e7c7613c751b99da6242324fe Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 14 Jun 2021 14:38:19 +0100 Subject: [PATCH] Always enable jack target Signed-off-by: falkTX --- plugins/3BandEQ/Makefile | 7 ++----- plugins/3BandSplitter/Makefile | 7 ++----- plugins/PingPongPan/Makefile | 7 ++----- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/plugins/3BandEQ/Makefile b/plugins/3BandEQ/Makefile index c739465..f9e9301 100644 --- a/plugins/3BandEQ/Makefile +++ b/plugins/3BandEQ/Makefile @@ -28,20 +28,17 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - TARGETS += ladspa TARGETS += vst -ifeq ($(HAVE_DGL),true) +ifeq ($(HAVE_CAIRO_OR_OPENGL),true) ifeq ($(HAVE_LIBLO),true) TARGETS += dssi endif endif -ifeq ($(HAVE_DGL),true) +ifeq ($(HAVE_CAIRO_OR_OPENGL),true) TARGETS += lv2_sep else TARGETS += lv2_dsp diff --git a/plugins/3BandSplitter/Makefile b/plugins/3BandSplitter/Makefile index 17b5abc..d24346c 100644 --- a/plugins/3BandSplitter/Makefile +++ b/plugins/3BandSplitter/Makefile @@ -28,20 +28,17 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - TARGETS += ladspa TARGETS += vst -ifeq ($(HAVE_DGL),true) +ifeq ($(HAVE_CAIRO_OR_OPENGL),true) ifeq ($(HAVE_LIBLO),true) TARGETS += dssi endif endif -ifeq ($(HAVE_DGL),true) +ifeq ($(HAVE_CAIRO_OR_OPENGL),true) TARGETS += lv2_sep else TARGETS += lv2_dsp diff --git a/plugins/PingPongPan/Makefile b/plugins/PingPongPan/Makefile index ba2ee1f..97a013c 100644 --- a/plugins/PingPongPan/Makefile +++ b/plugins/PingPongPan/Makefile @@ -28,20 +28,17 @@ include ../../dpf/Makefile.plugins.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_JACK),true) TARGETS += jack -endif - TARGETS += ladspa TARGETS += vst -ifeq ($(HAVE_DGL),true) +ifeq ($(HAVE_CAIRO_OR_OPENGL),true) ifeq ($(HAVE_LIBLO),true) TARGETS += dssi endif endif -ifeq ($(HAVE_DGL),true) +ifeq ($(HAVE_CAIRO_OR_OPENGL),true) TARGETS += lv2_sep else TARGETS += lv2_dsp