From f4082214af8244800f9f64b029d0c03dc1d2ad39 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 29 Jul 2004 21:35:26 +0000 Subject: [PATCH] never thought about application developers; not a target ? added missing gobject-2.0 to list of requirements. (first to feel the pain of *using* lasso) [I wonder how it went on wednesday tutorial; didn't use autotools ?] --- lasso.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lasso.pc.in b/lasso.pc.in index 5b47c701..7e2347b1 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 libxslt xmlsec1 glib-2.0 +Requires: libxml-2.0 libxslt xmlsec1 glib-2.0 gobject-2.0 Cflags: @LASSO_CORE_CFLAGS@ Libs: -L${libdir} @LASSO_CORE_LIBS@