Fix headless build, add CI test for it; Add missing Ildaeil.svg
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
34e3c0f782
commit
13727bbf8c
6 changed files with 175 additions and 12 deletions
7
Makefile
7
Makefile
|
@ -65,6 +65,13 @@ ifneq ($(HAVE_XRANDR),true)
|
|||
$(warning Xrandr dependency not installed/available)
|
||||
endif
|
||||
|
||||
else
|
||||
|
||||
CARLA_EXTRA_ARGS += HAVE_OPENGL=false
|
||||
CARLA_EXTRA_ARGS += HAVE_X11=false
|
||||
CARLA_EXTRA_ARGS += HAVE_XEXT=false
|
||||
CARLA_EXTRA_ARGS += HAVE_XRANDR=false
|
||||
|
||||
endif
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue