aports/community/libevdev/install-missing-manpage.patch

13 lines
353 B
Diff

--- a/meson.build
+++ b/meson.build
@@ -130,7 +130,8 @@
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',