Update of /cvsroot/libwpg/libwpg
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv1825
Modified Files:
configure.in libwpg-0.2.pc.in
Log Message:
adapt to the reality of libwpd
Index: libwpg-0.2.pc.in
===================================================================
RCS file: /cvsroot/libwpg/libwpg/libwpg-0.2.pc.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- libwpg-0.2.pc.in 8 Oct 2007 20:47:25 -0000 1.2
+++ libwpg-0.2.pc.in 19 Oct 2007 18:52:10 -0000 1.3
@@ -6,6 +6,6 @@
Name: libwpg-@WPG_MAJOR_VERSION@.@WPG_MINOR_VERSION@
Description: Library for importing and converting Corel WordPerfect(tm) Graphics images
Version: @VERSION@
-Requires: libwpd-0.9
+Requires: libwpd-stream-0.9
Libs: -L${libdir} -lwpg-@WPG_MAJOR_VERSION@.@WPG_MINOR_VERSION@
Cflags: -I${includedir}/libwpg-@WPG_MAJOR_VERSION@.@WPG_MINOR_VERSION@
Index: configure.in
===================================================================
RCS file: /cvsroot/libwpg/libwpg/configure.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- configure.in 8 Oct 2007 20:47:25 -0000 1.16
+++ configure.in 19 Oct 2007 18:52:10 -0000 1.17
@@ -70,7 +70,6 @@
dnl ***********************************************************************************
PKG_CHECK_MODULES(LIBWPG,[
-libwpd-0.9 >= $LIBWPD_REQUIRED_VERSION
libwpd-stream-0.9 >= $LIBWPD_REQUIRED_VERSION
])
|