configure: enable run-time-dependencies as build-time dependencies
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 24 Mar 2011 22:41:54 +0000 (08:41 +1000)
committerSergey V. Udaltsov <svu@gnome.org>
Thu, 24 Mar 2011 23:39:04 +0000 (23:39 +0000)
commit9bcb51339b5770263dc724d41ab98ad463eaaf9c
treeeb5b2e1400146584c081411e709239234e512ae4
parent35e4b027373925be6ed5a99fb19eef46c6ca76d6
configure: enable run-time-dependencies as build-time dependencies

With the recent addition of Sinhala keysyms, xkeyboard-config has a run-time
dependency on certain xproto/libX11 versions. The build will work anyway,
but using those layouts may result in unusable keyboards.

Enable these run-time dependencies as build-time dependencies so that those
building on their local machines are warned that the resulting build may not
work. Those building on build hosts (e.g. distros) can skip this check with
--disable-runtime-deps.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
configure.in