summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-22 11:58:40 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-10-22 11:58:40 -0700
commitbe8848c2203b489854982eb74727928cb5b622da (patch)
tree54694225f30268bfb8c1bffcbd6f95f7ac7a3cbc
parent0bb93230c5263ebfc4cc25125f1c76f1d6a7382a (diff)
xkbevd.c: Update default DFLT_XKB_CONFIG_ROOT path
Normally overriden by -DDFLT_XKB_CONFIG_ROOT in Makefile Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xkbevd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xkbevd.c b/xkbevd.c
index a5a905d..c7e0f89 100644
--- a/xkbevd.c
+++ b/xkbevd.c
@@ -35,7 +35,7 @@
#endif /* DFLT_XKBEVD_CONFIG */
#ifndef DFLT_XKB_CONFIG_ROOT
-#define DFLT_XKB_CONFIG_ROOT "/usr/X11R6/lib/xkb"
+#define DFLT_XKB_CONFIG_ROOT "/usr/share/X11/xkb"
#endif
#ifndef DFLT_SYS_XKBEVD_CONFIG