summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-07-10 03:13:31 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-07-10 03:13:31 +0200
commit7616dfc21f9b782c94ae39e2b25e05881769b468 (patch)
tree98a2abd7e5c39b0c4431b299140b4e63a7c16f21
parent0740ae38b50273e39a14e9717d6f87da36b901be (diff)
Fix default XKB_BASE directory
* configure.in (XKB_BASE): Default to $datadir/share/X11/xkb.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 73598cfc..31e48efd 100644
--- a/configure.in
+++ b/configure.in
@@ -246,7 +246,7 @@ PKG_CHECK_MODULES([X11], [x11 xproto],
AS_IF([test $pkg_failed = no],
[XKB_BASE="$pkg_cv_XKB_BASE"
AC_MSG_RESULT([$XKB_BASE])],
- [XKB_BASE="$datadir/X11/xkb"
+ [XKB_BASE="$datadir/share/X11/xkb"
AC_MSG_RESULT([(default) $XKB_BASE])])
AC_MSG_CHECKING([for X11 prefix])
_PKG_CONFIG([X11_PREFIX], [variable=prefix], [x11])