Skip to content

Commit

Permalink
Update carla-plugins
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 12, 2023
1 parent c7ffed9 commit f0ea333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/package/carla-plugins/carla-plugins.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
#
######################################

CARLA_PLUGINS_VERSION = ecad5268e71faa9d9d8a5d40b7573a6936ad4b6e
CARLA_PLUGINS_VERSION = ade014c97194486692c260b7cc09b04a92e58305
CARLA_PLUGINS_SITE = $(call github,falkTX,Carla,$(CARLA_PLUGINS_VERSION))
CARLA_PLUGINS_DEPENDENCIES = libsndfile
CARLA_PLUGINS_BUNDLES = carla-files.lv2

CARLA_PLUGINS_NO_GUI = HAVE_FFMPEG=false HAVE_HYLIA=false HAVE_PYQT=false
CARLA_PLUGINS_NO_GUI = HAVE_DGL=false HAVE_FFMPEG=false HAVE_FLUIDSYNTH=false HAVE_HYLIA=false HAVE_LIBLO=false HAVE_PYQT=false HAVE_YSFX=false HAVE_X11=false USING_JUCE=false

CARLA_PLUGINS_TARGET_MAKE = $(TARGET_MAKE_ENV) $(TARGET_CONFIGURE_OPTS) $(MAKE) $(CARLA_PLUGINS_NO_GUI) NOOPT=true -C $(@D) lv2-bundles

Expand Down

0 comments on commit f0ea333

Please sign in to comment.