[Libreoffice-commits] libmspub.git: 2 commits - libmspub.pc.in
David Tardon
dtardon at redhat.com
Wed Apr 16 10:08:31 PDT 2014
libmspub.pc.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 76d5e65866c042b54b70e64f230b9fa66e24a0a2
Author: David Tardon <dtardon at redhat.com>
Date: Wed Apr 16 19:07:56 2014 +0200
add requires for other projects
Change-Id: Id25d39aa06cddb06783a30f4ad961e1618c8275e
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- at MSPUB_MAJOR_VERSION@. at MSPUB_MINOR_VERSION@
Cflags: -I${includedir}/libmspub- at MSPUB_MAJOR_VERSION@. at MSPUB_MINOR_VERSION@
+
+Requires.private: icu-i18n zlib
commit 53233cdbfeba8fbb7914f1825b100681f64e716f
Author: David Tardon <dtardon at redhat.com>
Date: Wed Apr 16 19:06:59 2014 +0200
require librevenge-stream too
Change-Id: I023a16c7d7abaa3cd68c047b32c8c6163e0fe36f
diff --git a/libmspub.pc.in b/libmspub.pc.in
index 726357d..9169078 100644
--- a/libmspub.pc.in
+++ b/libmspub.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: libmspub- at MSPUB_MAJOR_VERSION@. at MSPUB_MINOR_VERSION@
Description: Library for parsing the Microsoft Publisher file format structure
Version: @VERSION@
-Requires: librevenge-0.0
+Requires: librevenge-0.0 librevenge-stream-0.0
Libs: -L${libdir} -lmspub- at MSPUB_MAJOR_VERSION@. at MSPUB_MINOR_VERSION@
Cflags: -I${includedir}/libmspub- at MSPUB_MAJOR_VERSION@. at MSPUB_MINOR_VERSION@
More information about the Libreoffice-commits
mailing list