After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731445 - Fails to build with latest libinput
Fails to build with latest libinput
Status: RESOLVED DUPLICATE of bug 731178
Product: clutter
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2014-06-10 09:23 UTC by Vadim Rutkovsky
Modified: 2014-06-10 09:37 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vadim Rutkovsky 2014-06-10 09:23:47 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;
   ^
Comment 1 Emmanuele Bassi (:ebassi) 2014-06-10 09:37:48 UTC
the changes are tracked by bug 731178.

*** This bug has been marked as a duplicate of bug 731178 ***