commit | 9422867cc994d48d7ac62543861c5e4c3f394cb0 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:27:46 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Jul 09 11:27:46 2025 -0400 |
tree | da58b2f163936a173800bbc9c19ae394b568678d | |
parent | a282ca61e062875db2edce0735fe95c5043bcd30 [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: I65298cdb7abbc3297f3494285482e1c4c87ae47a Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/dist/meson.build b/dist/meson.build index b10af77..23d2db3 100644 --- a/dist/meson.build +++ b/dist/meson.build
@@ -1,5 +1,5 @@ systemd_system_unit_dir = dependency('systemd').get_variable( - 'systemdsystemunitdir', + 'systemd_system_unit_dir', ) install_data(