From a17e9f917db83fb84806ed3f596089d08e3a9930 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 29 Jul 2004 21:29:34 +0000 Subject: [PATCH] lasso.pc don't set minimal version for other libraries --- lasso.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lasso.pc.in b/lasso.pc.in index 569d2fed..5b47c701 100644 --- a/lasso.pc.in +++ b/lasso.pc.in @@ -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@