This commit is contained in:
falkTX 2015-02-21 13:13:00 +00:00
parent a38e818998
commit 18d86b7cf9
1 changed files with 1 additions and 1 deletions

View File

@ -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