Browse Source

Import DGL_FLAGS, skip building some plugins

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

+ 6
- 8
Makefile.mk View File

@@ -14,11 +14,11 @@ ifeq ($(MACOS_OR_WIN32),true)
SKIP_ZYN_SYNTH = true SKIP_ZYN_SYNTH = true
endif 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_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


# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------
# Check for optional libs (special non-pkgconfig unix tests) # Check for optional libs (special non-pkgconfig unix tests)
@@ -75,9 +75,7 @@ DPF_FLAGS = -I$(CWDE)/modules/distrho


ifeq ($(HAVE_DGL),true) ifeq ($(HAVE_DGL),true)
DPF_FLAGS += -I$(CWDE)/modules/dgl DPF_FLAGS += -I$(CWDE)/modules/dgl
ifneq ($(MACOS_OR_WIN32),true)
DPF_FLAGS += $(shell pkg-config $(PKG_CONFIG_FLAGS) --cflags gl)
endif
DPF_FLAGS += $(DGL_FLAGS)
endif endif


# --------------------------------------------------------------------------------------------------------------------- # ---------------------------------------------------------------------------------------------------------------------


Loading…
Cancel
Save