diff --git a/Makefile.mk b/Makefile.mk index 87d2f5e..68f7743 100644 --- a/Makefile.mk +++ b/Makefile.mk @@ -78,7 +78,7 @@ endif # Check for optional libs ifeq ($(LINUX),true) -# HAVE_DGL = $(shell pkg-config --exists gl x11 && echo true) +HAVE_DGL = $(shell pkg-config --exists gl x11 && echo true) HAVE_JACK = $(shell pkg-config --exists jack && echo true) HAVE_LIBLO = $(shell pkg-config --exists liblo && echo true) endif