DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 196977645eb0ffc1928369538b1c262e7c267316
parent c3bf5ecada36bd49f599f20aba63182522ea04cf
Author: falkTX <falktx@falktx.com>
Date:   Thu, 16 May 2019 22:52:44 +0200

Remove testing check (make ui-less plugins work again)

Signed-off-by: falkTX <falktx@falktx.com>

Diffstat:
MMakefile.base.mk | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/Makefile.base.mk b/Makefile.base.mk @@ -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