Bug 103462

Summary: sudo ninja -C builddir/ install fails on my machine
Product: Wayland Reporter: zwhitchcox
Component: libinputAssignee: Wayland bug list <wayland-bugs>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium CC: peter.hutterer
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description zwhitchcox 2017-10-26 05:59:52 UTC
I get this error

../tools/libinput-debug-gui.c:405:9: error: ‘GDK_SEAT_CAPABILITY_ALL_POINTING’ undeclared (first use in this function)
         GDK_SEAT_CAPABILITY_ALL_POINTING,

Don't know what it means.

I'm on GalliumOS 2.1, a Chromebook, Samus

Sorry I can't really provide anything more than that.
Comment 1 Peter Hutterer 2017-10-26 06:49:10 UTC
workaround: run meson configure -Ddebug-gui=false <builddir>, then run ninja again, that'll disable the debug gui that requires gtk. I'll push out a fix to check for the right gtk version as soon as the test suite run finishes.
Comment 2 Peter Hutterer 2017-10-26 22:42:00 UTC
commit 8edae4feb63c34e2e4f335bb190057e2498ec8f0
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Thu Oct 26 16:45:24 2017 +1000

    meson: require GTK 3.20

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.