Require liblo in headless build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-13 20:03:51 +00:00
parent 2101d9ebe2
commit 1b23dbce4b
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -54,6 +54,14 @@ endif
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) # Check for X11+OpenGL dependencies (unless headless build)