diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-05-25 10:07:09 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-05-25 10:07:09 +0000 |
commit | 677e44e966ea6bce8493d249898507805ee4e3bf (patch) | |
tree | 7c8dba8dcd922f60a80fb9591ba4ee638737d6ed /libxslt.pc.in | |
parent | eef2ef13ad81aa6ca0f29d1b77d2503bc63c7c85 (diff) | |
download | libxslt-677e44e966ea6bce8493d249898507805ee4e3bf.tar.gz libxslt-677e44e966ea6bce8493d249898507805ee4e3bf.tar.bz2 libxslt-677e44e966ea6bce8493d249898507805ee4e3bf.zip |
fix bug #82970 Daniel
* libxslt.pc.in: fix bug #82970
Daniel
Diffstat (limited to 'libxslt.pc.in')
-rw-r--r-- | libxslt.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
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@ |