GNOME Bugzilla – Bug 731445
Fails to build with latest libinput
Last modified: 2014-06-10 09:37:48 UTC
After li_fixed_t was removed in http://cgit.freedesktop.org/wayland/libinput/commit/?id=f3084e2c0dbc89238112ef0ed4ffd4ebb059ece6 clutter fails to build: In file included from ../../clutter/evdev/clutter-device-manager-evdev.c:47:0: ../../clutter/evdev/clutter-input-device-evdev.h:67:3: error: unknown type name 'li_fixed_t' li_fixed_t dx_frac; ^ ../../clutter/evdev/clutter-input-device-evdev.h:68:3: error: unknown type name 'li_fixed_t' li_fixed_t dy_frac; ^
the changes are tracked by bug 731178. *** This bug has been marked as a duplicate of bug 731178 ***