From 9c862a50d063fdc221b5817da2f19e61943e0775 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 9 Mar 2020 13:57:47 +0000 Subject: [PATCH] Don't build DSSI plugin for States example (broken presets) Signed-off-by: falkTX --- examples/States/Makefile | 8 -------- 1 file changed, 8 deletions(-) diff --git a/examples/States/Makefile b/examples/States/Makefile index e011bc30..a9117e84 100644 --- a/examples/States/Makefile +++ b/examples/States/Makefile @@ -32,14 +32,6 @@ TARGETS += jack endif endif -ifneq ($(MACOS_OR_WINDOWS),true) -ifeq ($(HAVE_LIBLO),true) -ifeq ($(HAVE_OPENGL),true) -TARGETS += dssi -endif -endif -endif - ifeq ($(HAVE_OPENGL),true) TARGETS += lv2_sep else