summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-07-29 21:35:26 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-07-29 21:35:26 +0000
commitf4082214af8244800f9f64b029d0c03dc1d2ad39 (patch)
tree233103e980fd53d8640290e7997b2885c5363e2e
parenta17e9f917db83fb84806ed3f596089d08e3a9930 (diff)
downloadlasso-f4082214af8244800f9f64b029d0c03dc1d2ad39.tar.gz
lasso-f4082214af8244800f9f64b029d0c03dc1d2ad39.tar.xz
lasso-f4082214af8244800f9f64b029d0c03dc1d2ad39.zip
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 ?]
-rw-r--r--lasso.pc.in2
1 files changed, 1 insertions, 1 deletions
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@