lasso.pc don't set minimal version for other libraries

This commit is contained in:
Frédéric Péters 2004-07-29 21:29:34 +00:00
parent c35808796c
commit a17e9f917d
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ includedir=@includedir@
Name: lasso
Version: @VERSION@
Description: A free implementation of the Liberty Alliance specifications
Requires: libxml-2.0 >= @LIBXML_MIN_VERSION@ libxslt >= @LIBXSLT_MIN_VERSION@ xmlsec1 >= @XMLSEC1_MIN_VERSION@ glib-2.0 >= $GLIB_MIN_VERSION@
Requires: libxml-2.0 libxslt xmlsec1 glib-2.0
Cflags: @LASSO_CORE_CFLAGS@
Libs: -L${libdir} @LASSO_CORE_LIBS@