Skip to content

Commit 10557ba

Browse files
meson: use non-deprecated systemd packageconfig
Systemd's packageconfig file has both `systemdsystemunitdir` and `systemd_system_unit_dir` defined. The non-underscore one appears to be a deprecated alias[1]. Move to the non-deprecated / underscore-separated variant. [1]: systemd/systemd@4908de4 Change-Id: I4d1b59b0203ade1e61c67ec175d59a00ccd4f184 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 parent 857c558 commit 10557ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ if systemd.found()
6161
'service_files/chassis-system-reset.service',
6262
'service_files/chassis-system-reset.target',
6363
'service_files/xyz.openbmc_project.Chassis.Control.Power@.service',
64-
install_dir: systemd.get_variable('systemdsystemunitdir'),
64+
install_dir: systemd.get_variable('systemd_system_unit_dir'),
6565
)
6666
endif
6767

0 commit comments

Comments
 (0)