]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: Always build bootctl
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 25 Oct 2023 14:45:06 +0000 (16:45 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 25 Oct 2023 14:49:24 +0000 (16:49 +0200)
commitdedb925eafee8214ae565b861dfacfc02085f158
tree7ad56d23afa67d82e665e248882fe733e8dfbd4d
parentf04333210b5569112aa998a582ec95a349eff0e0
meson: Always build bootctl

bootctl is rather useful to have, even if on a system without UEFI,
as it has a number of verbs that are unrelated to UEFI (e.g kernel-identify),
and more importantly, it supports --root to operate on directory trees
(which could be intended to be deployed on UEFI) so let's make sure we
always build it.
man/rules/meson.build
shell-completion/bash/meson.build
shell-completion/zsh/meson.build
src/boot/meson.build
test/meson.build