More makefile tweaks, to help fix build

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-06-02 12:59:42 +01:00
parent 5d40a9dbf8
commit 6171cca627
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
4 changed files with 7 additions and 6 deletions

View file

@ -104,6 +104,9 @@ endif
ifneq ($(HAVE_X11),true)
$(error X11 dependency not installed/available)
endif
ifneq ($(HAVE_XCURSOR),true)
$(warning Xcursor dependency not installed/available)
endif
ifneq ($(HAVE_XEXT),true)
$(warning Xext dependency not installed/available)
endif
@ -115,6 +118,7 @@ else
CARLA_EXTRA_ARGS += HAVE_OPENGL=false
CARLA_EXTRA_ARGS += HAVE_X11=false
CARLA_EXTRA_ARGS += HAVE_XCURSOR=false
CARLA_EXTRA_ARGS += HAVE_XEXT=false
CARLA_EXTRA_ARGS += HAVE_XRANDR=false