diff --git a/plugins/Nekobi/Makefile b/plugins/Nekobi/Makefile index a8ec2fb..a81f825 100644 --- a/plugins/Nekobi/Makefile +++ b/plugins/Nekobi/Makefile @@ -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