commit 0333e4e6d620a8c1f2d9c0557d2234454e7d3e32
parent 0078e735f7131fa1c2798bafb9866458886df9fb
Author: Patrick Desaulniers <desaulniers.patrick@carrefour.cegepvicto.ca>
Date: Sun, 28 Oct 2018 19:42:25 -0400
Fix ttl generation for plugins that use events out but not events in
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distrho/src/DistrhoPluginLV2export.cpp b/distrho/src/DistrhoPluginLV2export.cpp
@@ -192,7 +192,7 @@ void lv2_generate_ttl(const char* const basename)
String pluginString;
// header
-#if DISTRHO_LV2_USE_EVENTS_IN
+#if DISTRHO_LV2_USE_EVENTS_IN || DISTRHO_LV2_USE_EVENTS_OUT
pluginString += "@prefix atom: <" LV2_ATOM_PREFIX "> .\n";
#endif
pluginString += "@prefix doap: <http://usefulinc.com/ns/doap#> .\n";