README: remove xkbcommon references
authorDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 24 Oct 2012 13:45:21 +0000 (15:45 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Wed, 24 Oct 2012 13:45:21 +0000 (15:45 +0200)
xkbcommon now has seen a public release (0.2.0) and we have a hard
dependency on it. No more config-fiddling. You must provide xkbcommon to
make kmscon work!

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
README

diff --git a/README b/README
index d2d2d3d..fe63ff0 100644 (file)
--- a/README
+++ b/README
@@ -9,13 +9,6 @@ console.
   Kmscon requires the following software:
     - libudev: providing input, video, etc. device hotplug support
     - libxkbcommon: providing internationalized keyboard handling
-      libxkbcommon has no public release, yet, but is available on freedesktop.org.
-      Building libxkbcommon from Git without root:
-       - You can fetch it from Git using: git clone git://anongit.freedesktop.org/xorg/lib/libxkbcommon
-       - You can then ``./autogen.sh && make`` in its directory
-       - You configure kmscon using:
-           PKG_CONFIG_PATH="libxkbcommon/" ./configure --enable-debug
-         assuming you cloned it into a subfolder of kmscon called libxkbcommon.
 
   Everything else is optional:
 
@@ -50,7 +43,7 @@ console.
 
   If you want only a very basic kmscon program without any major dependencies,
   use:
-    $ ./configure --disable-debug --disable-drm --disable-xkbcommon --disable-systemd --disable-pango --disable-freetype2
+    $ ./configure --disable-debug --disable-drm --disable-systemd --disable-pango --disable-freetype2
   However, you will loose a lot of functionality by dropping all dependencies.
 
   The following configure options are available. If build-time dependencies