mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-21 13:28:58 +01:00
LP-380: default to using system qt and osg on Linux
This commit is contained in:
parent
226f8c4c3d
commit
5a17e26cea
7
Makefile
7
Makefile
@ -140,9 +140,12 @@ export UAVOBJGENERATOR
|
||||
GCS_BUILD_CONF := release
|
||||
|
||||
# Set extra configuration
|
||||
GCS_EXTRA_CONF += osg copy_osg
|
||||
GCS_EXTRA_CONF += osg
|
||||
ifeq ($(UNAME), Darwin)
|
||||
GCS_EXTRA_CONF += copy_osg
|
||||
endif
|
||||
ifeq ($(UNAME), Windows)
|
||||
GCS_EXTRA_CONF += osgearth
|
||||
GCS_EXTRA_CONF += osgearth copy_osg
|
||||
endif
|
||||
|
||||
##############################
|
||||
|
@ -165,7 +165,8 @@ endif
|
||||
BUILD_SDK_TARGETS := arm_sdk
|
||||
ifeq ($(UNAME), Windows)
|
||||
BUILD_SDK_TARGETS += nsis mesawin
|
||||
else
|
||||
endif
|
||||
ifeq ($(UNAME), Darwin)
|
||||
BUILD_SDK_TARGETS += qt_sdk osg
|
||||
endif
|
||||
ALL_SDK_TARGETS := $(BUILD_SDK_TARGETS) gtest uncrustify doxygen
|
||||
|
Loading…
x
Reference in New Issue
Block a user