diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-22 08:01:39 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-22 08:01:39 +0000 |
commit | f97e34e65e403140dde00d260be0fd7f853ac8f0 (patch) | |
tree | 17aa581ad6388a49ea9b8d783529934048c06a55 /xproto.pc.in | |
parent | 7a9ce57163172557d6ba41119a5a3b2837dbbc8e (diff) |
Add includex11dir as a path to the includes, sans X11/.
Turn Xpoll.h into a generated file. In the modular tree, substitute in
whichever of fds_bits or __fds_bits is being used for the member of
fd_set on the system; in the monolithic tree, substitute in fds_bits
unconditionally, as that's the way it was before thanks to
_XOPEN_SOURCE being defined.
Diffstat (limited to 'xproto.pc.in')
-rw-r--r-- | xproto.pc.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xproto.pc.in b/xproto.pc.in index 834a98e..63ae864 100644 --- a/xproto.pc.in +++ b/xproto.pc.in @@ -2,8 +2,9 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +includex11dir=@includedir@/X11 Name: Xproto Description: Xproto headers Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} @PROTO_DEFINES@ +Cflags: -I${includedir} |