From 86861829fdff2baf02a48ef53413a04094169977 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 14 Jun 2021 14:39:11 +0100 Subject: [PATCH] Always enable jack target Signed-off-by: falkTX --- plugins/Nekobi/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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