summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-08 21:19:52 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-11-08 21:19:52 -0800
commit8d457f07cee1a78052ef81898fb99a460ed08364 (patch)
tree3047f990320adfa1507fb5c163831d6ffbadd5fe
parent500484848167545f7862f0b9cb5206e9e92fba6a (diff)
downloadxorg-proto-printproto-8d457f07cee1a78052ef81898fb99a460ed08364.tar.gz
Move xau from Requires to Requires.private in printproto.pc
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@oracle.com>
-rw-r--r--printproto.pc.in2
1 files changed, 1 insertions, 1 deletions
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}