mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-25 00:00:15 +01:00
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:
parent
0afed6479d
commit
b6c9dfd9d7
1 changed files with 0 additions and 4 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue