From 37d3499fb5ed2e2c2895830b173502ffb2350ddc Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Wed, 24 Oct 2012 15:45:21 +0200 Subject: [PATCH] README: remove xkbcommon references 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 --- README | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README b/README index d2d2d3d..fe63ff0 100644 --- 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