mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
Accept --with-xkb-output argument to specify output dir for compiled xkb
keymaps. Define XKM_OUTPUT_DIR and XKB_BIN_DIRECTORY. Add XKM_OUTPUT_DIR and XKB_BIN_DIRECTORY. Add XKB_CFLAGS.
This commit is contained in:
parent
361a9eb953
commit
32497ff479
3 changed files with 21 additions and 0 deletions
|
|
@ -11,4 +11,10 @@
|
|||
/* Path to XKB definitions. */
|
||||
#undef XKB_BASE_DIRECTORY
|
||||
|
||||
/* Path to xkbcomp. */
|
||||
#undef XKB_BIN_DIRECTORY
|
||||
|
||||
/* XKB output dir for compiled keymaps. */
|
||||
#undef XKM_OUTPUT_DIR
|
||||
|
||||
#endif /* _XKB_CONFIG_H_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue