commit | ca3729ae61ea4d04afab649a0d1eee809aab8adb | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:27:12 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 11 09:35:17 2025 +0000 |
tree | 749060352c84b2a0e1a349e32a9c46426143bb2e | |
parent | 0af827c59340ad333c50834c95fbd38b66f547b6 [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: I5b5c4ab5a22c5263018357eed81482638d133cc2 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>