diff options
author | Kristian Høgsberg <krh@redhat.com> | 2005-09-21 18:14:32 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2005-09-21 18:14:32 +0000 |
commit | 32497ff479d0c34c05eb5acfcd5f7e186bac3227 (patch) | |
tree | 455ad77727f356560da2590b1f5e7bfd6bfa6be1 /include/xkb-config.h.in | |
parent | 361a9eb953aaa38f8ebc057185de29e50f9eef26 (diff) |
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.
Diffstat (limited to 'include/xkb-config.h.in')
-rw-r--r-- | include/xkb-config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/xkb-config.h.in b/include/xkb-config.h.in index 2d6713a5e..25cceb031 100644 --- a/include/xkb-config.h.in +++ b/include/xkb-config.h.in @@ -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_ */ |