This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
DSSI UI needs liblo to build
Signed-off-by: falkTX <falktx@falktx.com>
pull/246/head
falkTX
4 years ago
parent
c78671ad5f
commit
4e13981ce5
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save