[Libreoffice-commits] libvisio.git: 2 commits - libvisio.pc.in

David Tardon dtardon at redhat.com
Wed Apr 16 10:13:55 PDT 2014


 libvisio.pc.in |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 712ed7e69d7a0ef0ae4ff0bfd2b5b2c68b1193b6
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Apr 16 19:13:18 2014 +0200

    add requires for other used projects
    
    Change-Id: I438a66de23324c25a1c49b1ad31bc2020e545816

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- at VSD_MAJOR_VERSION@. at VSD_MINOR_VERSION@
 Cflags: -I${includedir}/libvisio- at VSD_MAJOR_VERSION@. at VSD_MINOR_VERSION@
+
+Requires.private: icu-i18n libxml-2.0 zlib
commit 13d0c3a3957ef167a63b4f529ca86455f64d725a
Author: David Tardon <dtardon at redhat.com>
Date:   Wed Apr 16 19:12:43 2014 +0200

    require librevenge-stream too
    
    Change-Id: I1f6c56b691df88830d3e779e2de4dd5ae5028022

diff --git a/libvisio.pc.in b/libvisio.pc.in
index f7b7302..7cf1749 100644
--- a/libvisio.pc.in
+++ b/libvisio.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
 Name: libvisio- at VSD_MAJOR_VERSION@. at VSD_MINOR_VERSION@
 Description: Library for parsing the visio file format structure
 Version: @VERSION@
-Requires: librevenge-0.0
+Requires: librevenge-0.0 librevenge-stream-0.0
 Libs: -L${libdir} -lvisio- at VSD_MAJOR_VERSION@. at VSD_MINOR_VERSION@
 Cflags: -I${includedir}/libvisio- at VSD_MAJOR_VERSION@. at VSD_MINOR_VERSION@


More information about the Libreoffice-commits mailing list