From 8d457f07cee1a78052ef81898fb99a460ed08364 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 8 Nov 2013 21:19:52 -0800 Subject: Move xau from Requires to Requires.private in printproto.pc The xau headers are required because Print.h has #include for the definition of the Xauth typedef, but software including this header doesn't necessarily need to link with libXau. Signed-off-by: Alan Coopersmith --- printproto.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'printproto.pc.in') diff --git a/printproto.pc.in b/printproto.pc.in index bbc6ec8..ce186f0 100644 --- a/printproto.pc.in +++ b/printproto.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: PrintProto Description: Print extension headers Version: @PACKAGE_VERSION@ -Requires: xau +Requires.private: xau Cflags: -I${includedir} -- cgit v1.2.1