Skip to content

Commit 58339d4

Browse files
committed
Update dpf and enable clap
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 27634ee commit 58339d4

File tree

3 files changed

+6
-23
lines changed

3 files changed

+6
-23
lines changed

dpf

Submodule dpf updated 134 files

plugins/Nekobi/DistrhoPluginInfo.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
#ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
1919
#define DISTRHO_PLUGIN_INFO_H_INCLUDED
2020

21-
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
22-
#define DISTRHO_PLUGIN_NAME "Nekobi"
23-
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/Nekobi"
21+
#define DISTRHO_PLUGIN_BRAND "DISTRHO"
22+
#define DISTRHO_PLUGIN_NAME "Nekobi"
23+
#define DISTRHO_PLUGIN_URI "http://distrho.sf.net/plugins/Nekobi"
24+
#define DISTRHO_PLUGIN_CLAP_ID "studio.kx.distrho.Nekobi"
2425

2526
#define DISTRHO_PLUGIN_HAS_UI 1
2627
#define DISTRHO_PLUGIN_IS_RT_SAFE 1

plugins/Nekobi/Makefile

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,6 @@ LINK_FLAGS += -pthread
3535
# --------------------------------------------------------------
3636
# Enable all possible plugin types
3737

38-
TARGETS += jack
39-
TARGETS += dssi_dsp
40-
41-
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
42-
ifeq ($(HAVE_LIBLO),true)
43-
TARGETS += dssi_ui
44-
endif
45-
endif
46-
47-
ifeq ($(HAVE_CAIRO_OR_OPENGL),true)
48-
TARGETS += lv2_sep
49-
else
50-
TARGETS += lv2_dsp
51-
endif
52-
53-
TARGETS += vst2
54-
TARGETS += vst3
55-
56-
all: $(TARGETS)
38+
all: jack dssi lv2_sep vst2 vst3 clap
5739

5840
# --------------------------------------------------------------

0 commit comments

Comments
 (0)