diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-10-24 15:45:21 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-10-24 15:45:21 +0200 |
commit | 37d3499fb5ed2e2c2895830b173502ffb2350ddc (patch) | |
tree | 70c3d88569129319bcf59f67fd47022fc78e1720 /README | |
parent | 069e467913d71a9ffd569edaff2784b7a678052e (diff) |
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 <dh.herrmann@googlemail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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 |