diff options
author | Perberos <[email protected]> | 2011-11-09 18:17:43 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 18:17:43 -0300 |
commit | f6ce926719943751cf65cacde7fae050593eb2d6 (patch) | |
tree | 9224d1751678cf2d1fbd0431f128b711311c0287 /evince-view.pc.in | |
download | atril-f6ce926719943751cf65cacde7fae050593eb2d6.tar.bz2 atril-f6ce926719943751cf65cacde7fae050593eb2d6.tar.xz |
inicial
Diffstat (limited to 'evince-view.pc.in')
-rw-r--r-- | evince-view.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/evince-view.pc.in b/evince-view.pc.in new file mode 100644 index 00000000..c1077bb3 --- /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: MATE document viewer view library +Version: @VERSION@ +Requires: evince-document-@EV_API_VERSION@ = @VERSION@ gthread-2.0 +Libs: -L${libdir} -levview +Cflags: -I${includedir} |