build: Add -Iinclude to libinput and its tools
authorPhilip Withnall <withnall@endlessm.com>
Tue, 15 Aug 2017 14:42:48 +0000 (15:42 +0100)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 17 Aug 2017 21:48:14 +0000 (07:48 +1000)
commit5cf4b35b6b77da10573ef5194b97031c1c16a5bf
treea25f251259dae28fd4deeec07a4f38d21f536fa8
parent3ddabb7739285dc8ea3fda9f1be8f67ef8a67e2c
build: Add -Iinclude to libinput and its tools

Various files use #include <linux/input.h> and, if the system input.h is
too old, will fail to compile. Use the internal copy by adding -Iinclude
to the build command lines. This was the case in the old autotools build
system.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build