From a9d820b454bbb418d04e1d3c3d5d4dd10d7bb3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Sandmann=20Pedersen?= Date: Fri, 13 May 2005 22:53:44 +0000 Subject: [PATCH] - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in - For Xcomposite and Xdamage, don't link the build system out of the xc tree - Link the public X11 headers into their own directory - Add links to XKeysymDB and XErrorDB - Add links to all the Xlib man pages - Add links to the lcUniConv subdirectory - Conditionally include config.h in Xlib source --- xkb/XKBAlloc.c | 3 +++ xkb/XKBGAlloc.c | 3 +++ xkb/XKBMAlloc.c | 3 +++ xkb/XKBMisc.c | 3 +++ 4 files changed, 12 insertions(+) diff --git a/xkb/XKBAlloc.c b/xkb/XKBAlloc.c index a6fec50f5..cc85b8f9e 100644 --- a/xkb/XKBAlloc.c +++ b/xkb/XKBAlloc.c @@ -28,6 +28,9 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef XKB_IN_SERVER +#ifdef HAVE_CONFIG_H +#include +#endif #include #define NEED_REPLIES #define NEED_EVENTS diff --git a/xkb/XKBGAlloc.c b/xkb/XKBGAlloc.c index 6aa41d06e..a1c0d1be8 100644 --- a/xkb/XKBGAlloc.c +++ b/xkb/XKBGAlloc.c @@ -31,6 +31,9 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef XKB_IN_SERVER +#ifdef HAVE_CONFIG_H +#include +#endif #include #include "Xlibint.h" #include "XKBlibint.h" diff --git a/xkb/XKBMAlloc.c b/xkb/XKBMAlloc.c index d1fd14f27..9fe33e7de 100644 --- a/xkb/XKBMAlloc.c +++ b/xkb/XKBMAlloc.c @@ -28,6 +28,9 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef XKB_IN_SERVER +#ifdef HAVE_CONFIG_H +#include +#endif #include #define NEED_REPLIES #define NEED_EVENTS diff --git a/xkb/XKBMisc.c b/xkb/XKBMisc.c index afc0dbebd..987c6e33a 100644 --- a/xkb/XKBMisc.c +++ b/xkb/XKBMisc.c @@ -28,6 +28,9 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #ifndef XKB_IN_SERVER +#ifdef HAVE_CONFIG_H +#include +#endif #include #define NEED_REPLIES #define NEED_EVENTS