summaryrefslogtreecommitdiff
path: root/xproto.pc.in
AgeCommit message (Collapse)Author
2020-10-10Xfuncproto: define _X_NONSTRING for __attribute__((nonstring))Alan Coopersmith
Bumps xproto version to 7.0.33 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
2020-08-24pkgconfig: Drop exec_prefix from the .pc.in files.orbea
This is not used by xorg-devel which contains only headers.
2018-06-13Remove libdir from pc files.Jeremy Puhlman
Currently the pc files define libdir, however they are installed into /usr/share, which means they should be architecture agnostic. In a multilib system, xorg-proto built for each multilib abi, the value of libdir is going to be different. These should either be installed in <libdir>/pkgconfig or they shouldn't define libdir, espeically since they don't actually use the definition. This specifically causes an issue when trying to install both abis at the same time, since they are not binary identical, something like rpm will complain that they conflict. Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com> Reviewed-by: Keith Packard <keithp@keithp.com>
2018-02-12xproto: Bump to 7.0.32Adam Jackson
Since 7.0.31 we've added four new keysyms (XF86XK_Keyboard, _WWAN, _RFKill, and _AudioPreset). Signed-off-by: Adam Jackson <ajax@redhat.com>
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