From 5fc6ef16738827977b481bade77720f9048a8ff0 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 30 Oct 2015 10:40:14 +0100 Subject: JACK standalones can now be built without UI in DPF This is useful for headless setups --- plugins/ZamCompX2/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/ZamCompX2/Makefile') diff --git a/plugins/ZamCompX2/Makefile b/plugins/ZamCompX2/Makefile index 229b1e9..8378bd0 100644 --- a/plugins/ZamCompX2/Makefile +++ b/plugins/ZamCompX2/Makefile @@ -27,11 +27,9 @@ include ../Makefile.mk # -------------------------------------------------------------- # Enable all possible plugin types -ifeq ($(HAVE_DGL),true) ifeq ($(HAVE_JACK),true) TARGETS += jack endif -endif ifeq ($(LINUX),true) TARGETS += ladspa -- cgit v1.2.3