summary refs log tree commit diff
path: root/pkgs/development/libraries/libinput/udev-absolute-path.patch
blob: 5c85b8639486e7c6c7ec7bf03701c37481d399ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- a/meson.build
+++ b/meson.build
@@ -100,7 +100,7 @@
      args : model_quirks)
 
 udev_rules_config = configuration_data()
-udev_rules_config.set('UDEV_TEST_PATH', '')
+udev_rules_config.set('UDEV_TEST_PATH', dir_udev + '/')
 configure_file(input : 'udev/80-libinput-device-groups.rules.in',
 	       output : '80-libinput-device-groups.rules',
 	       install : true,