build: depend on xproto explicitly
authorRan Benita <ran234@gmail.com>
Tue, 17 Jan 2012 22:03:16 +0000 (00:03 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 28 Jan 2012 11:20:04 +0000 (12:20 +0100)
commit83dd9a6cfaa54bb006c9e5f5e1a3627e2f19af40
tree40c409725c8166ac968b050878645cc7534bb3d4
parent5cc56b8e3ca4d549be80d121c39f6affcb488285
build: depend on xproto explicitly

Currently it's required by xkbcommon. However, we will need it for other
backends as well, even with xkbcommon support disabled.

xproto consisted only of static header files. We use the XK_ keysym
definitions. It is therefore only required during compilation and we
shouldn't needlessly duplicate it ourselves.

Signed-off-by: Ran Benita <ran234@gmail.com>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
README
configure.ac