Require liblo in headless build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
2101d9ebe2
commit
1b23dbce4b
1 changed files with 8 additions and 0 deletions
8
Makefile
8
Makefile
|
@ -54,6 +54,14 @@ endif
|
|||
|
||||
endif
|
||||
|
||||
ifeq ($(HEADLESS),true)
|
||||
|
||||
ifneq ($(shell pkg-config --exists liblo && echo true),true)
|
||||
$(error liblo dependency not installed/available)
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Check for X11+OpenGL dependencies (unless headless build)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue