summaryrefslogtreecommitdiff
path: root/plugins/ZamTube
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamTube')
-rw-r--r--plugins/ZamTube/DistrhoPluginInfo.h2
-rw-r--r--plugins/ZamTube/Makefile5
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/ZamTube/DistrhoPluginInfo.h b/plugins/ZamTube/DistrhoPluginInfo.h
index 0864acc..5b01eef 100644
--- a/plugins/ZamTube/DistrhoPluginInfo.h
+++ b/plugins/ZamTube/DistrhoPluginInfo.h
@@ -20,7 +20,7 @@
#define DISTRHO_PLUGIN_NAME "ZamTube"
-#define DISTRHO_PLUGIN_HAS_UI 1
+#define DISTRHO_PLUGIN_HAS_UI 0
#define DISTRHO_PLUGIN_IS_SYNTH 0
#define DISTRHO_PLUGIN_NUM_INPUTS 1
diff --git a/plugins/ZamTube/Makefile b/plugins/ZamTube/Makefile
index d302396..01a4e07 100644
--- a/plugins/ZamTube/Makefile
+++ b/plugins/ZamTube/Makefile
@@ -21,6 +21,11 @@ OBJS_UI = \
ZamTubeUI.cpp.o
# --------------------------------------------------------------
+# No custom UI for now
+
+TARGET_NOUI = true
+
+# --------------------------------------------------------------
# Do some magic
include ../Makefile.mk