From: David Woodhouse Date: Fri, 8 Jun 2012 02:24:03 +0000 (+0100) Subject: Change Requires: to Requires.private: in openconnect.pc X-Git-Tag: v3.99~65 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=484d0b19fa560aaf87d25d1df90cfda424eca996;p=users%2Fdwmw2%2Fopenconnect.git Change Requires: to Requires.private: in openconnect.pc There's no need for users of the library to directly link with anything else that we use. Signed-off-by: David Woodhouse --- diff --git a/openconnect.pc.in b/openconnect.pc.in index 69a9e549..23b818f1 100644 --- a/openconnect.pc.in +++ b/openconnect.pc.in @@ -7,7 +7,7 @@ includedir=@includedir@ Name: openconnect Description: OpenConnect VPN client Version: @VERSION@ -Requires: @LIBPROXY_PC@ zlib @SSL_LIBRARY@ @P11KIT_PC@ libxml-2.0 +Requires.private: @LIBPROXY_PC@ zlib @SSL_LIBRARY@ @P11KIT_PC@ libxml-2.0 Libs: -L${libdir} -lopenconnect Libs.private: @LIBINTL@ Cflags: -I${includedir}