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>
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
'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'