Browse Source

Allow zyn plugins again

Signed-off-by: falkTX <falktx@falktx.com>
develop
falkTX 2 years ago
parent
commit
e32f21fe99
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      Makefile.mk

+ 2
- 5
Makefile.mk View File

@@ -14,11 +14,8 @@ ifeq ($(MACOS_OR_WINDOWS),true)
SKIP_ZYN_SYNTH = true
endif

# HAVE_NTK = $(shell pkg-config --exists ntk ntk_images && echo true)
# HAVE_PROJECTM = $(shell pkg-config --exists libprojectM && echo true)
# ifneq ($(MACOS_OLD),true)
# HAVE_ZYN_DEPS = $(shell pkg-config --exists liblo fftw3 mxml zlib && echo true)
# endif
HAVE_NTK = $(shell pkg-config --exists ntk ntk_images && echo true)
HAVE_ZYN_DEPS = $(shell pkg-config --exists liblo fftw3 mxml zlib && echo true)

# ---------------------------------------------------------------------------------------------------------------------
# Check for optional libs (special non-pkgconfig unix tests)


Loading…
Cancel
Save