diff options
Diffstat (limited to 'include/xorg-config.h.in')
-rw-r--r-- | include/xorg-config.h.in | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index 77bc5566e..f4c25f13a 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -7,9 +7,10 @@ * */ -/* Normally this is guarded, but if we don't have dix-config.h, we're in some +/* Normally these are guarded, but if we don't have dix-config.h, we're in some * pretty serious trouble anyway. Consider this a canary. */ #include <dix-config.h> +#include <xkb-config.h> /* Building XFree86-based server. */ #undef XFree86Server @@ -32,9 +33,6 @@ /* Name of X server. */ #undef __XSERVERNAME__ -/* Default set of XKB rules. */ -#undef __XKBDEFRULES__ - /* URL to go to for support. */ #undef __VENDORDWEBSUPPORT__ @@ -62,9 +60,6 @@ /* Path to server log file. */ #undef DEFAULT_LOGPREFIX -/* Path to XKB definitions. */ -#undef XKB_BASE_DIRECTORY - /* Building DRI-capable DDX. */ #undef XORGDRI |