meson.build: install the mouse-dpi-tool man page

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2022-03-25 14:37:28 +10:00
parent 8ced382eb8
commit de2daf8d36

View file

@ -130,7 +130,8 @@ executable('libevdev-tweak-device',
dependencies: dep_libevdev,
install: true)
install_man('tools/libevdev-tweak-device.1',
'tools/touchpad-edge-detector.1')
'tools/touchpad-edge-detector.1',
'tools/mouse-dpi-tool.1')
# tests
dep_check = dependency('check', version: '>= 0.9.9',