[PATCH:printproto] Move xau from Requires to Requires.private in printproto.pc

Alan Coopersmith alan.coopersmith at oracle.com
Fri Nov 8 21:21:20 PST 2013


The xau headers are required because Print.h has #include <X11/Xauth.h>
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 <alan.coopersmith at oracle.com>
---
 printproto.pc.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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}
-- 
1.7.9.2



More information about the xorg-devel mailing list