Browse Source

Fix build of internal plugins under FreeBSD

tags/1.9.8
Filipe Coelho 6 years ago
parent
commit
37fca3d3ed
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/native-plugins/external/Makefile.mk

+ 1
- 0
source/native-plugins/external/Makefile.mk View File

@@ -98,6 +98,7 @@ endif
DPF_FLAGS = -I$(CWDE)/modules/distrho

ifeq ($(HAVE_DGL),true)
DPF_FLAGS += $(shell pkg-config --cflags gl)
DPF_FLAGS += -I$(CWDE)/modules/dgl -DDGL_NAMESPACE=CarlaDGL -DDGL_FILE_BROWSER_DISABLED -DDGL_NO_SHARED_RESOURCES
endif



Loading…
Cancel
Save