commit 9c862a50d063fdc221b5817da2f19e61943e0775
parent 82eae9b39a804513b41e630c95c7e768e1e3031b
Author: falkTX <falktx@falktx.com>
Date: Mon, 9 Mar 2020 13:57:20 +0000
Don't build DSSI plugin for States example (broken presets)
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 0 insertions(+), 8 deletions(-)
diff --git 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