Skip to content
Commits on Source (3)
osgearth (2.9~rc1+dfsg-1~exp2) experimental; urgency=medium
* Update copyright-format URL to use HTTPS.
* Disable FastDXT driver, fails to build on most architectures.
See: https://github.com/gwaldron/osgearth/issues/1034
-- Bas Couwenberg <sebastic@debian.org> Thu, 18 Jan 2018 15:41:55 +0100
osgearth (2.9~rc1+dfsg-1~exp1) experimental; urgency=medium
* New upstream release candidate.
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: osgEarth
Upstream-Contact: Glenn Waldron <gwaldron@gmail.com>
Source: https://github.com/gwaldron/osgearth/releases
......
......@@ -40,6 +40,7 @@ override_dh_auto_configure:
-DDEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH) \
-DLIB_POSTFIX="" \
-DOSG_DIR=/usr \
-DOSGEARTH_ENABLE_FASTDXT=0 \
-DOSGEARTH_QT_BUILD=1
override_dh_auto_build:
......