ecore-drm: Add dependency on xkbcommon
authorChris Michael <cp.michael@samsung.com>
Mon, 10 Mar 2014 08:30:21 +0000 (08:30 +0000)
committerChris Michael <cp.michael@samsung.com>
Mon, 10 Mar 2014 12:40:30 +0000 (12:40 +0000)
commit2d3cb24e4df6b9355f92dc03a2f44798b8f69807
tree6e60793aa588924a02bb75eb9fd2e2055110ddd9
parent337a18a5dd15789c701976cf82a88fbff6d90ab5
ecore-drm: Add dependency on xkbcommon

@feature: Add xkbcommon as a dependency for ecore_drm so we can
process input keys

In order for keyboard input to work for ecore_evas_drm, we will need
to translate keypress events into meaningful key names, so require
xkbcommon to deal with the translation.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
configure.ac