Skip to content
Commits on Source (2)
osgearth (2.10.0+dfsg-1~exp2) experimental; urgency=medium
* Disable FastDXT image compressor, FTBFS on non-amd64.
-- Bas Couwenberg <sebastic@debian.org> Tue, 13 Nov 2018 12:20:23 +0100
osgearth (2.10.0+dfsg-1~exp1) experimental; urgency=medium
* New upstream release.
......
......@@ -40,7 +40,7 @@ override_dh_auto_configure:
-DDEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH) \
-DLIB_POSTFIX="" \
-DOSG_DIR=/usr \
-DOSGEARTH_QT_BUILD=1
-DOSGEARTH_ENABLE_FASTDXT=0
override_dh_auto_build:
# Create man pages from DocBook XML
......