diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-08 21:19:52 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2013-11-08 21:19:52 -0800 |
commit | 8d457f07cee1a78052ef81898fb99a460ed08364 (patch) | |
tree | 3047f990320adfa1507fb5c163831d6ffbadd5fe /printproto.pc.in | |
parent | 500484848167545f7862f0b9cb5206e9e92fba6a (diff) |
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>
Diffstat (limited to 'printproto.pc.in')
-rw-r--r-- | printproto.pc.in | 2 |
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} |