diff options
author | DRC <dcommander@users.sourceforge.net> | 2011-08-24 00:26:54 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2011-08-24 00:26:54 +0000 |
commit | 0bb7e133503d65951baf82b2878a3706f5cae248 (patch) | |
tree | a5248efdb2d7dfbd87b094c8552cc197c27b7433 /BUILDING.txt | |
parent | 76ab06d2da16f846a43a41bd68e4e047db7c3d98 (diff) | |
download | tigervnc-0bb7e133503d65951baf82b2878a3706f5cae248.tar.gz tigervnc-0bb7e133503d65951baf82b2878a3706f5cae248.zip |
Oops. The option is --with-xkb-bin-directory, not --with-xkb-bin-dir
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4656 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'BUILDING.txt')
-rw-r--r-- | BUILDING.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILDING.txt b/BUILDING.txt index 2532a3ed..ee1141ab 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -160,7 +160,7 @@ has already been built, per above.) --with-fontdir=/usr/share/X11/fonts \ --with-xkb-path=/usr/share/X11/xkb \ --with-xkb-output=/var/lib/xkb \ - --with-xkb-bin-dir=/usr/bin \ + --with-xkb-bin-directory=/usr/bin \ --with-serverconfig-path=/usr/lib[64]/xorg \ --with-dri-driver-path=/usr/lib[64]/dri \ {additional configure options} |