diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-25 21:47:56 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-25 21:47:56 +0000 |
commit | 207e3f82011d5f83db0eca318a1de50f0c1da0dc (patch) | |
tree | e169645f0f66370846f1ed22fe243b44e5d5fa24 /xproto.pc.in | |
parent | a5a4bfe9b432e7d8238f9a02d80be4ce6bb64978 (diff) |
- Add FSlib to symlink.sh
- 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.
Diffstat (limited to 'xproto.pc.in')
-rw-r--r-- | xproto.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xproto.pc.in b/xproto.pc.in index a95c1a3..834a98e 100644 --- a/xproto.pc.in +++ b/xproto.pc.in @@ -6,4 +6,4 @@ includedir=@includedir@ Name: Xproto Description: Xproto headers Version: @PACKAGE_VERSION@ -Cflags: -I${includedir} -D_XOPEN_SOURCE=500 +Cflags: -I${includedir} @PROTO_DEFINES@ |