summaryrefslogtreecommitdiff
path: root/mkosi.build
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2023-02-26 14:09:44 +0100
committerJan Janssen <medhefgo@web.de>2023-03-10 11:41:03 +0100
commitdfca5587cf2032f9ad06041b93b0da5cb39b9989 (patch)
tree3998aae5fc6aeea7631dc27aa7fc64310fdc68fa /mkosi.build
parent92148283131474116ed458dbc5966d4b8381e1b3 (diff)
downloadsystemd-dfca5587cf2032f9ad06041b93b0da5cb39b9989.tar.gz
tree-wide: Drop gnu-efi
This drops all mentions of gnu-efi and its manual build machinery. A future commit will bring bootloader builds back. A new bootloader meson option is now used to control whether to build sd-boot and its userspace tooling.
Diffstat (limited to 'mkosi.build')
-rwxr-xr-xmkosi.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.build b/mkosi.build
index 7968051289..33b864e211 100755
--- a/mkosi.build
+++ b/mkosi.build
@@ -139,7 +139,7 @@ if [ ! -f "$BUILDDIR"/build.ninja ] ; then
-D pcre2=true \
-D glib=true \
-D dbus=true \
- -D gnu-efi=true \
+ -D bootloader=true \
-D kernel-install=true \
-D analyze=true \
-D bpf-framework=true \