Require JACK
This commit is contained in:
parent
55e257bd1b
commit
a39a8660da
|
@ -63,6 +63,9 @@ endif
|
||||||
# Check for required libs
|
# Check for required libs
|
||||||
|
|
||||||
ifeq ($(LINUX),true)
|
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)
|
ifneq ($(shell pkg-config --exists gl && echo true),true)
|
||||||
$(error OpenGL missing, cannot continue)
|
$(error OpenGL missing, cannot continue)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue