summaryrefslogtreecommitdiffstats
path: root/ganv.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-06 21:01:38 +0000
committerDavid Robillard <d@drobilla.net>2011-12-06 21:01:38 +0000
commit0731f12beaa0cfc0de56dc05ca3814143fd394a5 (patch)
treed8a98ee48badba378172d3a1c46fba2f2e266d37 /ganv.pc.in
downloadganv-0731f12beaa0cfc0de56dc05ca3814143fd394a5.tar.gz
ganv-0731f12beaa0cfc0de56dc05ca3814143fd394a5.tar.bz2
ganv-0731f12beaa0cfc0de56dc05ca3814143fd394a5.zip
FlowCanvas's successor is hereby dubbed Ganv.
git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3820 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv.pc.in')
-rw-r--r--ganv.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/ganv.pc.in b/ganv.pc.in
new file mode 100644
index 0000000..e05eac5
--- /dev/null
+++ b/ganv.pc.in
@@ -0,0 +1,11 @@
+prefix=@PREFIX@
+exec_prefix=@EXEC_PREFIX@
+libdir=@LIBDIR@
+includedir=@INCLUDEDIR@
+
+Name: ganv
+Version: @GANV_VERSION@
+Description: A Gtkmm canvas widget for graph based interfaces
+Requires: libgnomecanvas-2.0 gobject-2.0
+Libs: -L${libdir} -l@LIB_GANV@
+Cflags: -I${includedir}/ganv-@GANV_MAJOR_VERSION@