commit 4e13981ce540d84832ffe1aacc600ec9230b4349
parent c78671ad5fe5e3fb548bf7bd3f55729e04974bdd
Author: falkTX <falktx@falktx.com>
Date: Sun, 6 Sep 2020 12:19:30 +0100
DSSI UI needs liblo to build
Signed-off-by: falkTX <falktx@falktx.com>
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/Makefile.plugins.mk b/Makefile.plugins.mk
@@ -107,6 +107,10 @@ DGL_LIBS =
OBJS_UI =
endif
+ifneq ($(HAVE_LIBLO),true)
+dssi_ui =
+endif
+
# TODO split dsp and ui object build flags
BASE_FLAGS += $(DGL_FLAGS)