summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorEvan Goode <mail@evangoo.de>2020-05-22 13:24:34 -0400
committerPeter Hutterer <peter.hutterer@who-t.net>2020-05-27 06:21:00 +0000
commit034226d9049fb96b2f741e7d9062f35cf1cff680 (patch)
treecf7d4a98967e2855092c5f91d8ec7a99947c74f3 /meson.build
parent0d06bfc4e27bf4a56a7f34b3f20c4a61570e765c (diff)
downloadlibinput-034226d9049fb96b2f741e7d9062f35cf1cff680.tar.gz
Allow the flat acceleration profile for touchpads
Signed-off-by: Evan Goode <mail@evangoo.de>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c13052d5..27581b81 100644
--- a/meson.build
+++ b/meson.build
@@ -289,6 +289,7 @@ src_libfilter = [
'src/filter-low-dpi.c',
'src/filter-mouse.c',
'src/filter-touchpad.c',
+ 'src/filter-touchpad-flat.c',
'src/filter-touchpad-x230.c',
'src/filter-tablet.c',
'src/filter-trackpoint.c',