commit | d57d04ffa316f3c1dcef475270c33f6cbcead63e | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:42:34 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:42:34 2025 -0400 |
tree | b160f3c796a46dde3b9f847f0e07d8c9fa01f4c8 | |
parent | 4dd67b099f4b45814a71da3a155fbad34d2f13fc [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: I721645f212b16a46eac3d5ef1e7111b830d88394 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>