Skip to content

Commit

Permalink
Enable a few more plugins
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Oct 29, 2023
1 parent 82b0de6 commit 40fba74
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,10 @@ PLUGINS += fluidplug
PLUGINS += mod-convolution-loader
PLUGINS += mod-utilities
PLUGINS += modmeter
PLUGINS += modspectre
PLUGINS += neural-amp-modeler-lv2
PLUGINS += neuralrecord
PLUGINS += notes-lv2
PLUGINS += shiro-plugins
PLUGINS += wolf-shaper
PLUGINS += x42-fil4
Expand All @@ -178,15 +180,7 @@ PLUGINS += x42-tinygain
# FIXME needs python2
# PLUGINS += fomp
# FIXME needs tweaks for waf/python3 path
# PLUGINS += mod-mda-lv2
# FIXME fails to build: implicit declaration of function '__atomic_store_4'
ifneq ($(MACOS),true)
PLUGINS += modspectre
endif
# FIXME fails to build: implicit declaration of function 'basename'
ifneq ($(MACOS),true)
PLUGINS += notes-lv2
endif
PLUGINS += mod-mda-lv2

# include plugin projects for version and bundle list
include $(foreach PLUGIN,$(PLUGINS),mod-plugin-builder/plugins/package/$(PLUGIN)/$(PLUGIN).mk)
Expand Down
2 changes: 1 addition & 1 deletion mod-plugin-builder

0 comments on commit 40fba74

Please sign in to comment.