summaryrefslogtreecommitdiffstats
path: root/xorg-data
diff options
context:
space:
mode:
authorRobin Cook2006-01-01 01:55:13 +0000
committerRobin Cook2006-01-01 01:55:13 +0000
commitff1e6a896b4d95521783e57e69bbf9a55655d826 (patch)
treeeee9fa112f21699ab42641701313c17eb23d2121 /xorg-data
parentf40c01e9145718a8550ad7f4f47b07f0377a4938 (diff)
typo fixes
Diffstat (limited to 'xorg-data')
-rwxr-xr-xxorg-data/xkeyboard-config/BUILD3
-rw-r--r--xorg-data/xkeyboard-config/HISTORY4
2 files changed, 6 insertions, 1 deletions
diff --git a/xorg-data/xkeyboard-config/BUILD b/xorg-data/xkeyboard-config/BUILD
index 3187ef23fb..2bc84aae86 100755
--- a/xorg-data/xkeyboard-config/BUILD
+++ b/xorg-data/xkeyboard-config/BUILD
@@ -1,5 +1,6 @@
OPTS="$OPTS --enable-xkbcomp-symlink" &&
OPTS="$OPTS --enable-compat-rules" &&
-OPTS="$OPTS --with-xkb-rules-symlinks=xorg,xfree86" &&
+OPTS="$OPTS --with-xkb-base=/usr/lib/X11/xkb" &&
+OPTS="$OPTS --with-xkb-rules-symlink=xorg,xfree86" &&
default_build
diff --git a/xorg-data/xkeyboard-config/HISTORY b/xorg-data/xkeyboard-config/HISTORY
index 49d3b24d21..13992a39fd 100644
--- a/xorg-data/xkeyboard-config/HISTORY
+++ b/xorg-data/xkeyboard-config/HISTORY
@@ -1,3 +1,7 @@
+2005-12-31 Robin Cook <rcook@wyrms.net>
+ * BUILD: correct typo
+ add xkb base option
+
2005-12-26 Robin Cook <rcook@wyrms.net>
* INSTALL: changed mkdir /p to install -d so doesn't fail
if it already exists