Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/evince-backend.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-backend.pc.in
parent1086dfad6d63d9aa737934f4dae75c3f14fdc804 (diff)
Bug 568220 – need pkg-config file
svn path=/trunk/; revision=3372
Diffstat (limited to 'evince-backend.pc.in')
-rw-r--r--evince-backend.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/evince-backend.pc.in b/evince-backend.pc.in
new file mode 100644
index 0000000..2130964
--- /dev/null
+++ b/evince-backend.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/evince/@EV_API_VERSION@
+
+Name: Evince Backend
+Description: GNOME document viewer backend library
+Version: @VERSION@
+Requires: gio-2.0 >= @GLIB_REQUIRED@ gtk+-2.0 >= @GTK_REQUIRED@
+Libs: -L${libdir} -levbackend
+Cflags: -I${includedir}