summaryrefslogtreecommitdiff
path: root/xproto.pc.in
AgeCommit message (Collapse)Author
2018-01-16Fix .pc module versionsAdam Jackson
Just stuff the versions in the .pc file directly, @PACKAGE_VERSION@ is the version set in configure.ac which is now different. Signed-off-by: Adam Jackson <ajax@redhat.com>
2005-07-22Add includex11dir as a path to the includes, sans X11/.Daniel Stone
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.
2005-05-25- Add FSlib to symlink.shSøren Sandmann Pedersen
- Change Xtrans includedir back to be X11/Xtrans, so that users of it can continue to include <X11/*> - Add build system for FSlib - Conditionally include config.h in xc/lib/FS - Remove redundant include of FSproto.h in xc/lib/FS - Add check to proto/X11/configure.ac whether -D_XOPEN_SOURCE is needed.
2005-05-23The macros in Xpoll.h poke at the guts of struct fd_set in ways that onlyJosh Triplett
work if _XOPEN_SOURCE is defined, so define it in Cflags in the pkg-config file.
2005-05-06Initial build system files for proto module.Kevin E Martin