diff options
author | Adrian Vovk <adrianvovk@gmail.com> | 2023-06-30 04:58:41 +0200 |
---|---|---|
committer | Tom Coldrick <thomas.coldrick@codethink.co.uk> | 2024-08-21 10:31:41 +0200 |
commit | bf2c741fd772af6f04b4fa234ada2d364f9a5d6c (patch) | |
tree | 5a8a98cf56241ea6d3fac1c57d7ac2cc79b716c2 /meson.build | |
parent | Merge pull request #34018 from yuwata/network-address-label (diff) | |
download | systemd-bf2c741fd772af6f04b4fa234ada2d364f9a5d6c.tar.xz systemd-bf2c741fd772af6f04b4fa234ada2d364f9a5d6c.zip |
sysupdate: Implement systemd-sysupdated dbus service
Co-authored-by: Tom Coldrick <thomas.coldrick@codethink.co.uk>
Co-authored-by: Abderrahim Kitouni <abderrahim.kitouni@codethink.co.uk>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index cef6ab9cb8..5e0b666c64 100644 --- a/meson.build +++ b/meson.build @@ -277,6 +277,7 @@ conf.set_quoted('SYSTEMD_LANGUAGE_FALLBACK_MAP', pkgdatadir / 'lang conf.set_quoted('SYSTEMD_MAKEFS_PATH', libexecdir / 'systemd-makefs') conf.set_quoted('SYSTEMD_PULL_PATH', libexecdir / 'systemd-pull') conf.set_quoted('SYSTEMD_SHUTDOWN_BINARY_PATH', libexecdir / 'systemd-shutdown') +conf.set_quoted('SYSTEMD_SYSUPDATE_PATH', libexecdir / 'systemd-sysupdate') conf.set_quoted('SYSTEMD_TEST_DATA', testdata_dir) conf.set_quoted('SYSTEMD_TTY_ASK_PASSWORD_AGENT_BINARY_PATH', bindir / 'systemd-tty-ask-password-agent') conf.set_quoted('SYSTEMD_UPDATE_HELPER_PATH', libexecdir / 'systemd-update-helper') |