Summary: | libinput 1.8.0 -- meson build missing --includedir= option present in autotools | ||
---|---|---|---|
Product: | Wayland | Reporter: | Bjørn Lie <bjorn.lie> |
Component: | libinput | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED NOTABUG | QA Contact: | |
Severity: | enhancement | ||
Priority: | medium | CC: | peter.hutterer |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Bjørn Lie
2017-07-16 13:22:49 UTC
mesonconf shows there is a 'includedir' option, so you should be able to pass this into meson with -Dincludedir='path' If this doesn't work, please file a bug with meson as this is a generic build system option, not one specific to libinput. Thanks So the solution here finally dawned on me. In case someone lands on this bug via search, here goes: --includedir="%_includedir/%name" \ When passing the "standard" options to meson, they should be passed with --foo and not -Dfoo -- New build systems are a bugger sometimes ;-) - but this was indeed not a bug. huh, interesting, thanks for the follow-up. mind you, iirc if you change it with mesonconf later, it should be with -D which is a tad inconsistent. Worth filing a meson bug for, I think. |
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.