[qwtplot3d] 11/39: Add -lGLU to examples library dependencies

Andreas Tille tille at debian.org
Mon Dec 25 10:30:02 UTC 2017


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

tille pushed a commit to branch master
in repository qwtplot3d.

commit 613dd20f627fe4059bbe2ffba3a925bc9a8dbd69
Author: Gudjon I. Gudjonsson <gudjon at gudjon.org>
Date:   Sun May 13 06:34:55 2012 +0000

    Add -lGLU to examples library dependencies
---
 debian/changelog                         |  1 +
 debian/patches/02_examples_include.patch | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8ca7eec..59b3534 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ qwtplot3d (0.2.7+svn191-6) UNRELEASED; urgency=low
   * Add build-arch and build-indep to rules
   * Add .symbols file
   * Change copyright to copyright-format 1.0
+  * Add -lGLU to examples library dependencies
 
  -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Sat, 12 May 2012 08:11:28 +0200
 
diff --git a/debian/patches/02_examples_include.patch b/debian/patches/02_examples_include.patch
index 2bbc029..5c0531c 100644
--- a/debian/patches/02_examples_include.patch
+++ b/debian/patches/02_examples_include.patch
@@ -97,3 +97,14 @@ Change include directory from local to system wide
  
  using namespace Qwt3D;
  
+--- a/examples/common.pro
++++ b/examples/common.pro
+@@ -8,7 +8,7 @@
+ linux-g++:QMAKE_CXXFLAGS += -fno-exceptions
+ 
+ unix{
+-  unix:LIBS += -lqwtplot3d-qt4
++  unix:LIBS += -lqwtplot3d-qt4 -lGLU
+   INCLUDEPATH    += /usr/include/qwtplot3d-qt4
+ }
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qwtplot3d.git



More information about the debian-science-commits mailing list