Update to latest carla, dpf, and pugl, needs testing

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-05-28 03:06:41 +01:00
parent 11d9d6a0be
commit bcd1b9e273
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
7 changed files with 19 additions and 30 deletions

View file

@ -199,7 +199,9 @@ carla:
ifneq ($(STATIC_BUILD),true)
$(MAKE) static-plugin -C carla $(CARLA_EXTRA_ARGS) \
CAN_GENERATE_LV2_TTL=false \
STATIC_PLUGIN_TARGET=true
CUSTOM_DPF_PATH=$(CURDIR)/dpf \
STATIC_PLUGIN_TARGET=true \
USING_CUSTOM_DPF=true
endif
deps: