mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-20 21:21:51 +02:00
13 lines
353 B
Diff
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',
|