diff options
author | David Tardon <dtardon@redhat.com> | 2014-04-16 19:13:18 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-04-16 19:13:18 +0200 |
commit | 712ed7e69d7a0ef0ae4ff0bfd2b5b2c68b1193b6 (patch) | |
tree | b14b7fd2fb00b0717ac4dfb2fe10fb6c0b8eeb80 | |
parent | 13d0c3a3957ef167a63b4f529ca86455f64d725a (diff) |
add requires for other used projects
Change-Id: I438a66de23324c25a1c49b1ad31bc2020e545816
-rw-r--r-- | libvisio.pc.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvisio.pc.in b/libvisio.pc.in index 7cf1749..d45aef5 100644 --- a/libvisio.pc.in +++ b/libvisio.pc.in @@ -9,3 +9,5 @@ Version: @VERSION@ Requires: librevenge-0.0 librevenge-stream-0.0 Libs: -L${libdir} -lvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@ Cflags: -I${includedir}/libvisio-@VSD_MAJOR_VERSION@.@VSD_MINOR_VERSION@ + +Requires.private: icu-i18n libxml-2.0 zlib |