1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Subject: Strip hard-coded paths/libraries of Cflags/Libs.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=670113
From: http://dev.drobilla.net/changeset/3432/trunk/flowcanvas/flowcanvas.pc.in
Reviewed-by: Alessio Treglia <alessio@debian.org>
---
flowcanvas.pc.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--- flowcanvas-0.7.1+dfsg0.orig/flowcanvas.pc.in
+++ flowcanvas-0.7.1+dfsg0/flowcanvas.pc.in
@@ -6,5 +6,6 @@ includedir=@includedir@
Name: flowcanvas
Version: @FLOWCANVAS_VERSION@
Description: A Gtkmm canvas widget for graph based interfaces
-Libs: -L${libdir} -lflowcanvas @GNOMECANVASMM_LIBS@
-Cflags: -I${includedir} @GNOMECANVASMM_CFLAGS@
+Requires: libgnomecanvasmm-2.6
+Libs: -L${libdir} -lflowcanvas
+Cflags: -I${includedir}
|