mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 13:50:15 +01:00
meson: re-use the filter source list
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0dccaa8a42
commit
bcdd722929
1 changed files with 2 additions and 4 deletions
|
|
@ -161,7 +161,7 @@ dep_libfilter = declare_dependency(link_with : libfilter)
|
||||||
|
|
||||||
############ libinput.so ############
|
############ libinput.so ############
|
||||||
install_headers('src/libinput.h')
|
install_headers('src/libinput.h')
|
||||||
src_libinput = [
|
src_libinput = src_libfilter + [
|
||||||
'src/libinput.c',
|
'src/libinput.c',
|
||||||
'src/libinput.h',
|
'src/libinput.h',
|
||||||
'src/libinput-private.h',
|
'src/libinput-private.h',
|
||||||
|
|
@ -182,9 +182,6 @@ src_libinput = [
|
||||||
'src/evdev-tablet-pad.c',
|
'src/evdev-tablet-pad.c',
|
||||||
'src/evdev-tablet-pad.h',
|
'src/evdev-tablet-pad.h',
|
||||||
'src/evdev-tablet-pad-leds.c',
|
'src/evdev-tablet-pad-leds.c',
|
||||||
'src/filter.c',
|
|
||||||
'src/filter.h',
|
|
||||||
'src/filter-private.h',
|
|
||||||
'src/path-seat.h',
|
'src/path-seat.h',
|
||||||
'src/path-seat.c',
|
'src/path-seat.c',
|
||||||
'src/udev-seat.c',
|
'src/udev-seat.c',
|
||||||
|
|
@ -193,6 +190,7 @@ src_libinput = [
|
||||||
'src/timer.h',
|
'src/timer.h',
|
||||||
'include/linux/input.h'
|
'include/linux/input.h'
|
||||||
]
|
]
|
||||||
|
|
||||||
deps_libinput = [
|
deps_libinput = [
|
||||||
dep_mtdev,
|
dep_mtdev,
|
||||||
dep_udev,
|
dep_udev,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue