commit | 53d76975b49443da877a15d66106119b7133bcbf | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:27:31 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Aug 26 09:57:00 2025 -0400 |
tree | 79b5d1f8751cdeccc2662d807776fe2a4dcddc08 | |
parent | 08591cb63c34da9c774b1ab25e84d1e2b3e5907e [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: Iab53893dfc68ff3dd7a67e0e20e6afa4aab18f50 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>