diff options
author | Luca Boccassi <bluca@debian.org> | 2023-11-03 17:04:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 17:04:38 +0100 |
commit | 1af46aecf532c66d5e3291407328f9e27e379e80 (patch) | |
tree | da189af36c56ab06ec179e6d0a773bd2e7e4fc44 /meson.build | |
parent | Merge pull request #29840 from poettering/cryptsetup-tweaks-nore (diff) | |
parent | vmspawn: created man page (diff) | |
download | systemd-1af46aecf532c66d5e3291407328f9e27e379e80.tar.xz systemd-1af46aecf532c66d5e3291407328f9e27e379e80.zip |
Merge pull request #29508 from CodethinkLabs/systemd-vmspawn-pr
systemd-vmspawn implementation that only supports disk images
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build index e33af4c6c7..7f71114494 100644 --- a/meson.build +++ b/meson.build @@ -1609,6 +1609,7 @@ foreach term : ['analyze', 'userdb', 'utmp', 'vconsole', + 'vmspawn', 'xdg-autostart'] have = get_option(term) name = 'ENABLE_' + term.underscorify().to_upper() @@ -2213,6 +2214,7 @@ subdir('src/userdb') subdir('src/varlinkctl') subdir('src/vconsole') subdir('src/veritysetup') +subdir('src/vmspawn') subdir('src/volatile-root') subdir('src/xdg-autostart-generator') @@ -2804,6 +2806,7 @@ foreach tuple : [ ['tmpfiles'], ['userdb'], ['vconsole'], + ['vmspawn'], ['xdg-autostart'], # optional features |