Browse Source

DSSI UI needs liblo to build

Signed-off-by: falkTX <falktx@falktx.com>
pull/246/head
falkTX 4 years ago
parent
commit
4e13981ce5
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      Makefile.plugins.mk

+ 4
- 0
Makefile.plugins.mk View File

@@ -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)



Loading…
Cancel
Save