Skip to content

Commit

Permalink
More makefile tweaks, to help fix build
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jun 2, 2022
1 parent 5d40a9d commit 6171cca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion carla
2 changes: 1 addition & 1 deletion dpf
Submodule dpf updated 2 files
+12 −5 Makefile.base.mk
+21 −17 Makefile.plugins.mk
5 changes: 1 addition & 4 deletions src/Makefile.cardinal.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6171cca

Please sign in to comment.