From 18d86b7cf9e1c34b1cba3040ea688b6aa9b8d0eb Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 21 Feb 2015 13:13:00 +0000 Subject: [PATCH] Misc --- Makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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