Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/evince-view.pc.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2009-01-21 16:58:21 (GMT)
committer Christian Persch <chpe@src.gnome.org>2009-01-21 16:58:21 (GMT)
commit83f94c1e5f748c72cde600ddd09e8cc74aa9701d (patch)
tree9316b42fc79668ec50f812bdda7352c15141115f /evince-view.pc.in
parent1086dfad6d63d9aa737934f4dae75c3f14fdc804 (diff)
Bug 568220 – need pkg-config file
svn path=/trunk/; revision=3372
Diffstat (limited to 'evince-view.pc.in')
-rw-r--r--evince-view.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/evince-view.pc.in b/evince-view.pc.in
new file mode 100644
index 0000000..28e1f73
--- /dev/null
+++ b/evince-view.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/evince/@EV_API_VERSION@
+
+Name: Evince View
+Description: GNOME document viewer view library
+Version: @VERSION@
+Requires: evince-backend-@EV_API_VERSION@ = @VERSION@ gthread-2.0
+Libs: -L${libdir} -levview
+Cflags: -I${includedir}