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