mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-26 21:12:25 +00:00
XKB: Make XKB mandatory
No more #ifdef XKB, because you can't disable the build, and no more noXkbExtension either. Signed-off-by: Daniel Stone <daniel@fooishbar.org> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
f9da417163
commit
40877c6680
38 changed files with 344 additions and 998 deletions
|
|
@ -114,11 +114,6 @@ extern _X_EXPORT Bool noXFree86VidModeExtension;
|
|||
extern _X_EXPORT Bool noXFixesExtension;
|
||||
#endif
|
||||
|
||||
#ifdef XKB
|
||||
/* noXkbExtension is defined in xkb/xkbInit.c */
|
||||
extern _X_EXPORT Bool noXkbExtension;
|
||||
#endif
|
||||
|
||||
#ifdef PANORAMIX
|
||||
extern _X_EXPORT Bool noPanoramiXExtension;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue