summaryrefslogtreecommitdiff
path: root/include/xkb-config.h.in
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2005-09-21 18:14:32 +0000
committerKristian Høgsberg <krh@redhat.com>2005-09-21 18:14:32 +0000
commit32497ff479d0c34c05eb5acfcd5f7e186bac3227 (patch)
tree455ad77727f356560da2590b1f5e7bfd6bfa6be1 /include/xkb-config.h.in
parent361a9eb953aaa38f8ebc057185de29e50f9eef26 (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.in6
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_ */