Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
---
 meson.build | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/meson.build b/meson.build
index aeb734d8..05a45659 100644
--- a/meson.build
+++ b/meson.build
@@ -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,
-- 
2.14.3

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to