commit | 89e121bfdf7bc4e26970b900668a830fcbcc504b | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:42:13 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:42:13 2025 -0400 |
tree | fb421e0d8c52a6afc48db77066374013af6f59c8 | |
parent | 091de6b632c9d9c0c4b9ade0260b0fbd10b63d32 [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: I32b2ac4d38b943e6a3567b1b695635fdf4e68951 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>