commit c87573c05afb422d1c7f0f060ab9cf959b266a69
parent 81ff251449b1403ed3391c9b2feb5c4de412fd01
Author: fundamental <mark.d.mccurry@gmail.com>
Date: Sun, 3 Jan 2021 20:50:20 -0500
Attempt to re-embed zest GUI
Likely mitigates the missing zynaddsubfx_ui.ttl file which causes
zyn-fusion-build to die at the zynaddsubfx install stage.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/Plugin/ZynAddSubFX/DistrhoPluginInfo.h b/src/Plugin/ZynAddSubFX/DistrhoPluginInfo.h
@@ -27,7 +27,10 @@
#define DISTRHO_PLUGIN_HAS_EMBED_UI 0
#define DISTRHO_PLUGIN_HAS_EXTERNAL_UI 1
#elif defined(ZEST_GUI)
+ #define DGL_OPENGL 1
+ #define HAVE_OPENGL 1
#define DISTRHO_PLUGIN_HAS_UI 1
+ #define DISTRHO_PLUGIN_HAS_EMBED_UI 1
#else
#define DISTRHO_PLUGIN_HAS_UI 0
#endif