Require libinput 0.4.0
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 25 Jun 2014 04:07:36 +0000 (14:07 +1000)
committerJonas Ådahl <jadahl@gmail.com>
Wed, 25 Jun 2014 06:46:35 +0000 (08:46 +0200)
commit3b843d3a61286d4b2a9552a3a2cae80c6b1cf8cd
tree0814069e3a06baaa81165287e860bbd0b067fe91
parent671a1442a78ba04bd34cc35dcedd28a117714798
Require libinput 0.4.0

No functional changes, just adjusting for API changes in libinput:
- libinput_destroy() replaced by libinput_unref()
- log functions now take a libinput context, userdata is gone
- udev seat creation is now libinput_udev_create_context() and
  libinput_udev_assign_seat()

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
configure.ac
src/libinput-seat.c