summaryrefslogtreecommitdiff
path: root/rules.d
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-05-19 00:15:12 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-05-19 05:04:58 +0900
commitf9aabf2c2cfb817bd0cef49d5ea58ad8845ff1fa (patch)
treeaaa79d2ee572cc65586abcbec75b9d8f86948613 /rules.d
parentd1df0466d9d312eb06dac2bd41e85a15061e7429 (diff)
downloadsystemd-f9aabf2c2cfb817bd0cef49d5ea58ad8845ff1fa.tar.gz
meson: install 70-power-switch.rules
Fixes a bug introduced by 155078c835a00fed264a7b36b06f709d9b57cb1b. Fixes #23425.
Diffstat (limited to 'rules.d')
-rw-r--r--rules.d/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/rules.d/meson.build b/rules.d/meson.build
index a582e4e922..8d2878a36d 100644
--- a/rules.d/meson.build
+++ b/rules.d/meson.build
@@ -35,6 +35,9 @@ rules = [
[files('70-memory.rules'),
dmi_arches.contains(host_machine.cpu_family())],
+
+ [files('70-power-switch.rules'),
+ enable_logind],
]
all_rules = []