meson: drop the uinput.h header listing

This is a noop, meson gets its compile dependencies from the compiler,
listing it here makes no difference.

Same is true for listing the other two linux/input/*.h headers as
sources.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2022-07-11 15:45:26 +10:00
parent 0afed6479d
commit b6c9dfd9d7

View file

@ -41,7 +41,6 @@ dep_lm = cc.find_library('m')
dep_rt = cc.find_library('rt')
input_h = dir_root / 'include' / 'linux' / host_machine.system() / 'input.h'
uinput_h = dir_root / 'include' / 'linux' / host_machine.system() / 'uinput.h'
input_event_codes_h = dir_root / 'include' / 'linux' / host_machine.system() / 'input-event-codes.h'
# event-names.h
@ -68,9 +67,6 @@ src_libevdev = [
'libevdev/libevdev-names.c',
'include/linux/input.h',
'include/linux/uinput.h',
input_event_codes_h,
input_h,
uinput_h
]
mapfile = dir_src / 'libevdev.sym'