summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--libxslt.pc.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b3fe2abd..4f5d8ee4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat May 25 12:07:45 CEST 2002 Daniel Veillard <daniel@veillard.com>
+
+ * libxslt.pc.in: fix bug #82970
+
Fri May 24 15:02:50 CEST 2002 Daniel Veillard <daniel@veillard.com>
* python/libxslt-python-api.xml python/libxslt.c
diff --git a/libxslt.pc.in b/libxslt.pc.in
index e46a469d..07304b26 100644
--- a/libxslt.pc.in
+++ b/libxslt.pc.in
@@ -7,6 +7,6 @@ includedir=@includedir@
Name: libxslt
Version: @VERSION@
Description: XSLT library version 2.
-Requires:
+Requires: libxml-2.0
Libs: @XSLT_LIBDIR@ @XSLT_LIBS@
Cflags: @XSLT_INCLUDEDIR@