summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2006-10-10 13:13:38 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2006-10-10 13:13:38 -0700
commitad3a6d2dbfa51acc85a47b71d97a9a59b05112cb (patch)
treebd7bfe44d995f766f10b30c8c6373570bc9c30b3
parentc0bb6607d444dda106803a0d0984174d9d4df1b5 (diff)
Stop trying to build xkbdata
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index aa235e2..89a643f 100755
--- a/build.sh
+++ b/build.sh
@@ -97,11 +97,11 @@ build_proto() {
# bitmaps is needed for building apps, so has to be done separately first
# cursors depends on apps/xcursorgen
-# xkbdata depends on apps/xkbcomp
+# xkbdata is obsolete - use xkbdesc from xkeyboard-config instead
build_data() {
# build data bitmaps
build data cursors
- build data xkbdata
+# build data xkbdata
}
# All protocol modules must be installed before the libs (okay, that's an