mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Add support for Xnest
This commit is contained in:
10
include/xkb-config.h.in
Normal file
10
include/xkb-config.h.in
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* xkb-config.h.in: not at all generated.
|
||||
*
|
||||
*/
|
||||
|
||||
/* Default set of XKB rules. */
|
||||
#undef __XKBDEFRULES__
|
||||
|
||||
/* Path to XKB definitions. */
|
||||
#undef XKB_BASE_DIRECTORY
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user