summaryrefslogtreecommitdiffstats
path: root/lasso.pc.in
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2013-03-07 13:52:03 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2013-03-07 13:52:03 +0100
commit1b653d7b272a8f462d4c370aade60472872819a4 (patch)
treea30ef65d2034187ce571d02b09c49afa7ef53281 /lasso.pc.in
parent7994846dfaf74803d5619a7937cb794310eec33c (diff)
downloadlasso-1b653d7b272a8f462d4c370aade60472872819a4.tar.gz
lasso-1b653d7b272a8f462d4c370aade60472872819a4.tar.xz
lasso-1b653d7b272a8f462d4c370aade60472872819a4.zip
pkgconfig: do not leak lasso dependencies to users
Change Require into Require.private Thanks to Thijs Kinkhorst and Olav Morken for the suggestion.
Diffstat (limited to 'lasso.pc.in')
-rw-r--r--lasso.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso.pc.in b/lasso.pc.in
index 6cfc4a4b..a1a830a8 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 gobject-2.0
+Requires.private: libxml-2.0 libxslt xmlsec1 glib-2.0 gobject-2.0
Cflags: -I${includedir} @LASSO_PUB_CFLAGS@
Libs: -L${libdir} @LASSO_CORE_LIBS@