diff options
author | David Tardon <dtardon@redhat.com> | 2014-04-16 19:07:56 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-04-16 19:07:56 +0200 |
commit | 76d5e65866c042b54b70e64f230b9fa66e24a0a2 (patch) | |
tree | e1790f2749cb9ed2bb71f43465287363935f17f7 | |
parent | 53233cdbfeba8fbb7914f1825b100681f64e716f (diff) |
add requires for other projects
Change-Id: Id25d39aa06cddb06783a30f4ad961e1618c8275e
-rw-r--r-- | libmspub.pc.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libmspub.pc.in b/libmspub.pc.in index 9169078..9171530 100644 --- a/libmspub.pc.in +++ b/libmspub.pc.in @@ -9,3 +9,5 @@ Version: @VERSION@ Requires: librevenge-0.0 librevenge-stream-0.0 Libs: -L${libdir} -lmspub-@MSPUB_MAJOR_VERSION@.@MSPUB_MINOR_VERSION@ Cflags: -I${includedir}/libmspub-@MSPUB_MAJOR_VERSION@.@MSPUB_MINOR_VERSION@ + +Requires.private: icu-i18n zlib |