configure: Adds xkb-utils automake conditional
authorRobert Bragg <robert@linux.intel.com>
Tue, 10 Jan 2012 17:04:50 +0000 (17:04 +0000)
committerNeil Roberts <neil@linux.intel.com>
Thu, 1 Mar 2012 11:41:51 +0000 (11:41 +0000)
commit1b77565e63d6bfc2dd4edd6961e39044d536b08b
tree2094108271647f8c62bf1daee468618750e2be18
parent612bde3c4a00800c12fb20e287cb32eefed12ffd
configure: Adds xkb-utils automake conditional

This adds a NEEDS_XKB_UTILS automake conditional that's set to true if
either the wayland backend is enabled or the evdev input backend is
enabled since they both depend on clutter-xkb-utils.c and we need
to avoid listing the file twice since that leads to duplicate symbols
and the build fails.

Reviewed-by: Neil Roberts <neil@linux.intel.com>
Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>
clutter/Makefile.am
configure.ac