diff options
| author | Michael Forney <mforney@mforney.org> | 2020-08-04 00:34:01 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-08-04 02:29:58 -0700 |
| commit | 58661f01e1432eb8ada0d7f19361a5393076cd2e (patch) | |
| tree | 0aa36064b41925c045e2a38d703cf70adae78c23 /pkg/libinput/gen.lua | |
| parent | 3fc26fe988e254e567d128c1cdb581b0fe4dff13 (diff) | |
libinput: Update to 1.16.0
Diffstat (limited to 'pkg/libinput/gen.lua')
| -rw-r--r-- | pkg/libinput/gen.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/libinput/gen.lua b/pkg/libinput/gen.lua index f8f1c3a5..b4aefa63 100644 --- a/pkg/libinput/gen.lua +++ b/pkg/libinput/gen.lua @@ -36,6 +36,7 @@ lib('libinput.a', [[ filter-low-dpi.c filter-mouse.c filter-touchpad.c + filter-touchpad-flat.c filter-touchpad-x230.c filter-tablet.c filter-trackpoint.c @@ -54,6 +55,7 @@ lib('libinput.a', [[ ]]) local quirks = { + -- <cd src/quirks && printf "\t'%s',\n" *.quirks '10-generic-keyboard.quirks', '10-generic-lid.quirks', '10-generic-trackball.quirks', |
