File tree Expand file tree Collapse file tree 3 files changed +6
-23
lines changed
Expand file tree Collapse file tree 3 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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# --------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments