[osgearth] 10/10: Add -DBUILD_OSGEARTH_EXAMPLES=0 to configure to not build examples.

Bas Couwenberg sebastic at debian.org
Sat Sep 3 12:42:36 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 702e46d3f9266ebca2393c8c20a5b2144d6864e7
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Sep 3 14:13:53 2016 +0200

    Add -DBUILD_OSGEARTH_EXAMPLES=0 to configure to not build examples.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0be5032..1ffad28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ osgearth (2.8~rc1+dfsg-1) UNRELEASED; urgency=medium
   * Refresh patches.
   * Drop obsolete libminizip-dev build dependency.
   * Update openscenegraph dependencies to require version 3.4.
+  * Add -DBUILD_OSGEARTH_EXAMPLES=0 to configure to not build examples.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 03 Sep 2016 13:02:34 +0200
 
diff --git a/debian/rules b/debian/rules
index 4441e22..4b32d4e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,6 +34,7 @@ override_dh_auto_configure:
 		-DCMAKE_VERBOSE_MAKEFILE=1 \
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DBUILD_OSGEARTH_EXAMPLES=0 \
 		-DLIB_POSTFIX="" \
 		-DDEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH)
 

-- 
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