ecore/drm: Add support for changed libinput API since 0.8
authorStefan Schmidt <s.schmidt@samsung.com>
Thu, 12 Feb 2015 17:01:55 +0000 (18:01 +0100)
committerStefan Schmidt <s.schmidt@samsung.com>
Thu, 12 Feb 2015 17:06:12 +0000 (18:06 +0100)
commit52c48cfc214a9fb36db90748cfdf8095fd23db30
tree23590772d9f92a41417a12156568bdbd522c96ac
parent8cbe2882276b048f096cbc9a6def4e011ba5eb46
ecore/drm: Add support for changed libinput API since 0.8

We check for libinput 06 or higher. In version 0.8 they got an API break
(hopefully the last one before 1.0) which we did not support so far. I have
seen libinput 0.9 used on gentoo and newer ubuntu systems so we should
definitely support them.

Adding a LIBINPUT_HIGHER_08 define to check for this. So far we have only one
location where we need it. Once there is a libinput 1.0 we should remove the
support for older versions.

http://lists.freedesktop.org/archives/wayland-devel/2015-January/019383.html
configure.ac
src/lib/ecore_drm/ecore_drm_evdev.c