diff options
author | Boris Pek <tehnick-8@yandex.ru> | 2018-03-22 21:15:41 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-26 12:55:53 (GMT) |
commit | 5132a846692730308a36cbe3276cb6da520f13d3 (patch) | |
tree | 2001b3d410a716ec7668b4809b20069b6c2dd8f5 /src | |
parent | 2ac654847b1d88c64e7056e879b96200a24f2c97 (diff) | |
download | mxe-5132a846692730308a36cbe3276cb6da520f13d3.zip mxe-5132a846692730308a36cbe3276cb6da520f13d3.tar.gz mxe-5132a846692730308a36cbe3276cb6da520f13d3.tar.bz2 |
osgearth: use embedded version of tinyxml
Diffstat (limited to 'src')
-rw-r--r-- | src/osgearth.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/osgearth.mk b/src/osgearth.mk index 6995188..17b3c54 100644 --- a/src/osgearth.mk +++ b/src/osgearth.mk @@ -7,12 +7,12 @@ $(PKG)_IGNORE := $(PKG)_VERSION := 2.9 $(PKG)_CHECKSUM := 22aeef42bb700c1e669d9ba57ce4155c0668caf86cc738750a6b9d34c1eaf2a4 $(PKG)_GH_CONF := gwaldron/osgearth/releases/latest, osgearth- -$(PKG)_DEPS := curl cc gdal openscenegraph poco sqlite tinyxml2 zlib +$(PKG)_DEPS := curl cc gdal openscenegraph poco sqlite zlib define $(PKG)_BUILD cd '$(BUILD_DIR)' && $(TARGET)-cmake '$(SOURCE_DIR)' \ - -DWITH_EXTERNAL_TINYXML=ON \ -DDYNAMIC_OSGEARTH=$(CMAKE_SHARED_BOOL) \ + -DWITH_EXTERNAL_TINYXML=OFF \ -DBUILD_OSGEARTH_EXAMPLES=OFF \ -DBUILD_APPLICATIONS=OFF \ -DBUILD_TESTS=OFF |