From 1b653d7b272a8f462d4c370aade60472872819a4 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 7 Mar 2013 13:52:03 +0100 Subject: [PATCH] pkgconfig: do not leak lasso dependencies to users Change Require into Require.private Thanks to Thijs Kinkhorst and Olav Morken for the suggestion. --- lasso.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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@