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:
Kristian Høgsberg 2005-09-21 18:14:32 +00:00
commit 32497ff479
3 changed files with 21 additions and 0 deletions

View file

@ -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_ */