Browse Source

Don't build DSSI plugin for States example (broken presets)

Signed-off-by: falkTX <falktx@falktx.com>
pull/232/head
falkTX 5 years ago
parent
commit
9c862a50d0
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      examples/States/Makefile

+ 0
- 8
examples/States/Makefile View File

@@ -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


Loading…
Cancel
Save