pkgconfig: do not leak lasso dependencies to users

Change Require into Require.private

Thanks to Thijs Kinkhorst and Olav Morken for the suggestion.
This commit is contained in:
Benjamin Dauvergne 2013-03-07 13:52:03 +01:00
parent 7994846dfa
commit 1b653d7b27
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 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@