commit | 0edee87811c766ccbffbd5424fc7715eb6097a51 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:27:24 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:27:25 2025 -0400 |
tree | 80689184edb6c42fc1f13b811fefd109f50d3a5a | |
parent | ba29dbdd04a96a46e1972641c20bf5a8e930ed8f [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: I57c362e5473e182cccda0a3478efa6780c804095 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>