summaryrefslogtreecommitdiff
path: root/evince-document.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'evince-document.pc.in')
-rw-r--r--evince-document.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/evince-document.pc.in b/evince-document.pc.in
new file mode 100644
index 00000000..025710cc
--- /dev/null
+++ b/evince-document.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@/evince/@EV_API_VERSION@
+backenddir=@libdir@/evince/@EV_BINARY_VERSION@/backends
+
+Name: Evince Document
+Description: MATE document viewer backend library
+Version: @VERSION@
+Requires: gio-2.0 >= @GLIB_REQUIRED@ gtk+-@GTK_API_VERSION@ >= @GTK_REQUIRED@
+Libs: -L${libdir} -levdocument
+Cflags: -I${includedir}