summaryrefslogtreecommitdiffstats
path: root/ganv.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-04-26 19:31:37 +0000
committerDavid Robillard <d@drobilla.net>2014-04-26 19:31:37 +0000
commit8faea1a4af77676b49b906fa6ada2345c9bd4ef5 (patch)
treea3a33dbb10c1ac9bcbd87479621ffee3be053cb2 /ganv.pc.in
parent65b14544b89afc3a7d3a7de57e6ef15ca8165bd0 (diff)
downloadganv-8faea1a4af77676b49b906fa6ada2345c9bd4ef5.tar.gz
ganv-8faea1a4af77676b49b906fa6ada2345c9bd4ef5.tar.bz2
ganv-8faea1a4af77676b49b906fa6ada2345c9bd4ef5.zip
Fix library dependencies.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5373 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv.pc.in')
-rw-r--r--ganv.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ganv.pc.in b/ganv.pc.in
index 7255764..3edf190 100644
--- a/ganv.pc.in
+++ b/ganv.pc.in
@@ -5,7 +5,7 @@ includedir=@INCLUDEDIR@
Name: ganv
Version: @GANV_VERSION@
-Description: A Gtkmm canvas widget for graph based interfaces
-Requires: gobject-2.0
+Description: A Gtk canvas widget for graph based interfaces
+Requires: gtk+-2.0
Libs: -L${libdir} -l@LIB_GANV@
Cflags: -I${includedir}/ganv-@GANV_MAJOR_VERSION@