commit 67f04d3d6aed251ae3af46f7be6e50c33263666d
parent 18b5b5e50b3913b7ea09c011c85f717a0e95dadb
Author: falkTX <falktx@falktx.com>
Date: Fri, 14 May 2021 21:12:15 +0100
Fix example plugins build with latest changes
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Makefile.plugins.mk b/Makefile.plugins.mk
@@ -71,6 +71,7 @@ vst = $(TARGET_DIR)/$(NAME)-vst$(LIB_EXT)
# Handle UI stuff, disable UI support automatically
ifeq ($(FILES_UI),)
+HAVE_DGL = false
UI_TYPE = none
endif