Require JACK

This commit is contained in:
falkTX 2014-05-16 01:25:37 +01:00
parent 55e257bd1b
commit a39a8660da
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ endif
# Check for required libs
ifeq ($(LINUX),true)
ifneq ($(shell pkg-config --exists jack && echo true),true)
$(error JACK missing, cannot continue)
endif
ifneq ($(shell pkg-config --exists gl && echo true),true)
$(error OpenGL missing, cannot continue)
endif