Make xkbcommon mandatory
authorDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 1 Oct 2012 08:10:50 +0000 (10:10 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 1 Oct 2012 08:10:50 +0000 (10:10 +0200)
commita3abdfc5bccd02236a7dc0ed0ffb8ebefeace206
tree12b28ddf1669ef2d561f1129f345f3f033d9f670
parente827ef4d6a078c335c28259391f9a1290552c3b5
Make xkbcommon mandatory

We really need xkbcommon. There is so much stuff (including parsing of
keyboard shortcuts in conf.c) that depends on it. Therefore, we make it
mandatory now which allows us to use xkbcommon functions all over the
place.

Note that xkbcommon itself has no runtime dependencies so it is a small
self-contained library. The only reason I didn't do this ealier is that
xkbcommon has not seen a public release, yet. However, that should be done
in the near future.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
README
configure.ac
external/xkbcommon/xkbcommon-keysyms.h [deleted file]
src/uterm_input.c
src/uterm_input.h