[osgearth] 10/17: Add OSGEARTH_USE_QT CMake option to build osgEarthQt library.

Bas Couwenberg sebastic at debian.org
Tue Sep 6 21:36:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch experimental
in repository osgearth.

commit 6e16a2547ef18d275d698ab7bd4c58f106189251
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Sep 6 20:37:18 2016 +0200

    Add OSGEARTH_USE_QT CMake option to build osgEarthQt library.
---
 debian/changelog | 1 +
 debian/rules     | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 567664a..d151ebc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ osgearth (2.8~rc1+dfsg-1) UNRELEASED; urgency=medium
   * Add libosgearthsplat5 package for libosgEarthSplat.
   * Update README filename in docs files.
   * Override dh_installchangelogs to install releasenotes.rst as changelog.
+  * Add OSGEARTH_USE_QT CMake option to build osgEarthQt library.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 03 Sep 2016 13:02:34 +0200
 
diff --git a/debian/rules b/debian/rules
index 6afa090..1a6207f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,8 @@ override_dh_auto_configure:
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DDEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH) \
-		-DLIB_POSTFIX=""
+		-DLIB_POSTFIX="" \
+		-DOSGEARTH_USE_QT=1
 
 override_dh_auto_build:
 	# Create man pages from DocBook XML

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osgearth.git



More information about the Pkg-grass-devel mailing list