More makefile tweaks, to help fix build
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
5d40a9dbf8
commit
6171cca627
4 changed files with 7 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
2
carla
2
carla
|
@ -1 +1 @@
|
|||
Subproject commit b38917a3f323baa6ab31d35bb340505dff475724
|
||||
Subproject commit 0a2914088e6dc74d136bc3227d907606b872c22e
|
2
dpf
2
dpf
|
@ -1 +1 @@
|
|||
Subproject commit bad716bc14e56c3a7c276b1a77bfdcefc4e8df37
|
||||
Subproject commit cac6646370b6f83366c8289789f078733a14753a
|
|
@ -19,11 +19,8 @@ endif
|
|||
|
||||
ifneq ($(STATIC_BUILD),true)
|
||||
|
||||
ifneq ($(DEBUG),true)
|
||||
EXTERNAL_PLUGINS = true
|
||||
endif
|
||||
|
||||
CWD = ../../carla/source
|
||||
STATIC_PLUGIN_TARGET = true
|
||||
include $(CWD)/Makefile.deps.mk
|
||||
|
||||
CARLA_BUILD_DIR = ../../carla/build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue