summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-05-25 10:07:09 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-05-25 10:07:09 +0000
commit677e44e966ea6bce8493d249898507805ee4e3bf (patch)
tree7c8dba8dcd922f60a80fb9591ba4ee638737d6ed
parenteef2ef13ad81aa6ca0f29d1b77d2503bc63c7c85 (diff)
downloadlibxslt-677e44e966ea6bce8493d249898507805ee4e3bf.tar.gz
fix bug #82970 Daniel
* libxslt.pc.in: fix bug #82970 Daniel
-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@