Browse Source

Ship lv2 gtk bridges with win/mac

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.4.1
falkTX 3 years ago
parent
commit
95b13ae45d
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 3 additions and 1 deletions
  1. +2
    -0
      Makefile.dist.mk
  2. +1
    -1
      source/Makefile.mk

+ 2
- 0
Makefile.dist.mk View File

@@ -64,6 +64,8 @@ _THEME_FILES = \

_CARLA_HOST_FILES = \
carla-bridge-lv2$(LIB_EXT) \
carla-bridge-lv2-gtk2$(APP_EXT) \
carla-bridge-lv2-gtk3$(APP_EXT) \
carla-bridge-native$(APP_EXT) \
carla-discovery-native$(APP_EXT) \
libcarla_utils$(LIB_EXT) \


+ 1
- 1
source/Makefile.mk View File

@@ -328,7 +328,7 @@ HAVE_LIBLO = $(shell $(PKG_CONFIG) --exists liblo && echo true)
HAVE_QT4 = $(shell $(PKG_CONFIG) --exists QtCore QtGui && echo true)
HAVE_QT5 = $(shell $(PKG_CONFIG) --exists Qt5Core Qt5Gui Qt5Widgets && \
$(PKG_CONFIG) --variable=qt_config Qt5Core | grep -q -v "static" && echo true)
HAVE_QT5PKG = $(shell $(PKG_CONFIG) --silence-errors --variable=prefix Qt5OpenGLExtensions 2>/dev/null && echo true)
HAVE_QT5PKG = $(shell $(PKG_CONFIG) --silence-errors --variable=prefix Qt5OpenGLExtensions 1>/dev/null && echo true)
HAVE_SNDFILE = $(shell $(PKG_CONFIG) --exists sndfile && echo true)

ifeq ($(HAVE_FLUIDSYNTH),true)


Loading…
Cancel
Save