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
Remove testing check (make ui-less plugins work again)
Signed-off-by: falkTX <falktx@falktx.com>
pull/143/head
falkTX
6 years ago
parent
c3bf5ecada
commit
196977645e
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
0 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
Makefile.base.mk
+ 0
- 4
Makefile.base.mk
View File
@@ -182,10 +182,6 @@ HAVE_JACK = $(shell pkg-config --exists jack && echo true)
HAVE_LIBLO = $(shell pkg-config --exists liblo && echo true)
endif
ifneq ($(HAVE_DGL),true)
$(error DGL missing 22)
endif
# ---------------------------------------------------------------------------------------------------------------------
# Set libs stuff
Write
Preview
Loading…
Cancel
Save