commit | 202761f1f98449e336c0a7fd2451b039b47e9912 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:26:59 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:26:59 2025 -0400 |
tree | 58370c3d76579c25219dd8af2e30b51bac45820e | |
parent | b6616cdda24eed66e3e23762eee7857d62ce0b85 [diff] |
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]: https://github.com/systemd/systemd/commit/4908de44b0a0409f84a7cdc5641b114d6ce8ba03 Change-Id: I9eea402eddbcd88e61be99886302d2e944db3c0a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/meson.build b/meson.build index dbb94d6..fe0f58f 100644 --- a/meson.build +++ b/meson.build
@@ -60,7 +60,7 @@ endif systemd_system_unit_dir = dependency('systemd').get_variable( - 'systemdsystemunitdir', + 'systemd_system_unit_dir', ) install_subdir(