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