Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/evince.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'evince.pc.in')
-rw-r--r--evince.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/evince.pc.in b/evince.pc.in
new file mode 100644
index 0000000..0ba2d8a
--- /dev/null
+++ b/evince.pc.in
@@ -0,0 +1,14 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+datarootdir=@datarootdir@
+pkgdatadir=@datarootdir@/@PACKAGE@
+
+Name: evince-@EV_API_VERSION@
+Description: Evince embedding library
+Version: @VERSION@
+Requires: @EVINCE_REQUIRED_PKGS@
+Libs: -L${libdir} -levince-@EV_API_VERSION@
+Cflags: -I${includedir}/evince-@EV_API_VERSION@
+