Bug 103462 - sudo ninja -C builddir/ install fails on my machine
Summary: sudo ninja -C builddir/ install fails on my machine
Status: RESOLVED FIXED
Alias: None
Product: Wayland
Classification: Unclassified
Component: libinput (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Wayland bug list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-26 05:59 UTC by zwhitchcox
Modified: 2017-10-26 22:42 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

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.