From 196977645eb0ffc1928369538b1c262e7c267316 Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 16 May 2019 22:53:11 +0200 Subject: [PATCH] Remove testing check (make ui-less plugins work again) Signed-off-by: falkTX --- Makefile.base.mk | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile.base.mk b/Makefile.base.mk index 90c22da9..104fab88 100644 --- 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