summaryrefslogtreecommitdiffstats
path: root/ganv.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-12 22:51:24 +0000
committerDavid Robillard <d@drobilla.net>2011-12-12 22:51:24 +0000
commit6a67d2a972b39b8a0311b74b3162785f1e1a7053 (patch)
treecdff69937450f8f7645d059a6b0cbd81ec6ab560 /ganv.pc.in
parentafa75c916926e61755eb5400623faeeb0bd4ae48 (diff)
downloadganv-6a67d2a972b39b8a0311b74b3162785f1e1a7053.tar.gz
ganv-6a67d2a972b39b8a0311b74b3162785f1e1a7053.tar.bz2
ganv-6a67d2a972b39b8a0311b74b3162785f1e1a7053.zip
Add libart dependency to pkg-config file (patch from Adrian Knoth).
This dependency will disappear entirely soon... git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3862 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'ganv.pc.in')
-rw-r--r--ganv.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ganv.pc.in b/ganv.pc.in
index 7255764..4769111 100644
--- a/ganv.pc.in
+++ b/ganv.pc.in
@@ -6,6 +6,6 @@ includedir=@INCLUDEDIR@
Name: ganv
Version: @GANV_VERSION@
Description: A Gtkmm canvas widget for graph based interfaces
-Requires: gobject-2.0
+Requires: gobject-2.0, libart-2.0
Libs: -L${libdir} -l@LIB_GANV@
Cflags: -I${includedir}/ganv-@GANV_MAJOR_VERSION@