summaryrefslogtreecommitdiff
path: root/examples/Info/DistrhoPluginInfo.h
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2019-09-26 05:15:15 +0100
committerfalkTX <falktx@falktx.com>2019-09-26 05:15:15 +0100
commita7a7b47e9a8246d91dc882150f4516d012483a55 (patch)
tree30d7712c3f2c83075019ff0c97906e0512635ea5 /examples/Info/DistrhoPluginInfo.h
parent707004259059928c885136599d91af8348756013 (diff)
Fix build without opengl
Diffstat (limited to 'examples/Info/DistrhoPluginInfo.h')
-rw-r--r--examples/Info/DistrhoPluginInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Info/DistrhoPluginInfo.h b/examples/Info/DistrhoPluginInfo.h
index c10a3739..df72edcc 100644
--- a/examples/Info/DistrhoPluginInfo.h
+++ b/examples/Info/DistrhoPluginInfo.h
@@ -26,6 +26,7 @@
#define DISTRHO_PLUGIN_NUM_INPUTS 2
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
#define DISTRHO_PLUGIN_WANT_TIMEPOS 1
+#define DISTRHO_PLUGIN_USES_MODGUI 1
#define DISTRHO_UI_USER_RESIZABLE 1
#define DISTRHO_UI_USE_NANOVG 1