Misc
This commit is contained in:
parent
a38e818998
commit
18d86b7cf9
|
@ -78,7 +78,7 @@ endif
|
||||||
# Check for optional libs
|
# Check for optional libs
|
||||||
|
|
||||||
ifeq ($(LINUX),true)
|
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_JACK = $(shell pkg-config --exists jack && echo true)
|
||||||
HAVE_LIBLO = $(shell pkg-config --exists liblo && echo true)
|
HAVE_LIBLO = $(shell pkg-config --exists liblo && echo true)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue