summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2022-03-28 15:43:16 +0200
committerBenjamin Berg <bberg@redhat.com>2022-04-01 11:47:17 +0200
commit90c25b4fd16564137bba3ca60e5091d0d75b817e (patch)
tree135c8fe2e72e547263f4cc2bd4f94dae8c9d53a8 /meson_options.txt
parent888b1afc6dad2a8c87217618c1a4a07f9db67bed (diff)
downloadupower-90c25b4fd16564137bba3ca60e5091d0d75b817e.tar.gz
rules: Update udev rules and migrate to use hwdb
This makes rule matching more efficient. We just need to copy the variables over into the hiddev device so that there is no need to change the C code to match the parent USB device. That said, the change in C wouldn't be that hard either. See https://github.com/networkupstools/nut/pull/1342
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7a2757a..eec3659 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,6 +14,10 @@ option('udevrulesdir',
type : 'string',
value: 'auto',
description : 'Directory for udev rules')
+option('udevhwdbdir',
+ type : 'string',
+ value: 'auto',
+ description : 'Directory for udev hwdb')
option('historydir',
type : 'string',
description : 'Directory for upower history files will be stored')