mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 20:40:04 +01:00
keymaps. Define XKM_OUTPUT_DIR and XKB_BIN_DIRECTORY. Add XKM_OUTPUT_DIR and XKB_BIN_DIRECTORY. Add XKB_CFLAGS.
20 lines
386 B
C
20 lines
386 B
C
/* xkb-config.h.in: not at all generated. -*- c -*-
|
|
*
|
|
*/
|
|
|
|
#ifndef _XKB_CONFIG_H_
|
|
#define _XKB_CONFIG_H_
|
|
|
|
/* Default set of XKB rules. */
|
|
#undef __XKBDEFRULES__
|
|
|
|
/* 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_ */
|