summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2010-11-10 20:45:24 -0500
committerKristian Høgsberg <krh@bitplanet.net>2010-11-10 20:46:26 -0500
commit6de279bdb2e9549218cbf5b761a9451e0846d0c7 (patch)
tree16db97545ec56b736aab56c9bd1e87b3bf118332
parentacbcafa3869abf207488dd35bcfb347bdff64e3b (diff)
Add --with-xkb-config-root to libxkbcommon instructions
-rw-r--r--building.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/building.html b/building.html
index 68cf39e..4f19caf 100644
--- a/building.html
+++ b/building.html
@@ -60,7 +60,7 @@ kbproto and libX11.</p>
<pre>
$ git clone git://people.freedesktop.org/xorg/lib/libxkbcommon.git
$ cd libxkbcommon/
- $ ./autogen.sh --prefix=$HOME/install
+ $ ./autogen.sh --prefix=$HOME/install --with-xkb-config-root=/usr/share/X11/xkb
$ make && make install
</pre>