meson: re-use the filter source list

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2018-04-10 13:07:19 +10:00
parent 0dccaa8a42
commit bcdd722929

View file

@ -161,7 +161,7 @@ dep_libfilter = declare_dependency(link_with : libfilter)
############ libinput.so ############
install_headers('src/libinput.h')
src_libinput = [
src_libinput = src_libfilter + [
'src/libinput.c',
'src/libinput.h',
'src/libinput-private.h',
@ -182,9 +182,6 @@ src_libinput = [
'src/evdev-tablet-pad.c',
'src/evdev-tablet-pad.h',
'src/evdev-tablet-pad-leds.c',
'src/filter.c',
'src/filter.h',
'src/filter-private.h',
'src/path-seat.h',
'src/path-seat.c',
'src/udev-seat.c',
@ -193,6 +190,7 @@ src_libinput = [
'src/timer.h',
'include/linux/input.h'
]
deps_libinput = [
dep_mtdev,
dep_udev,