From 53f69d671c024698d5911a984ef8888ad4523fc1 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Thu, 30 Sep 2021 12:51:32 +0200 Subject: sd-boot: Require gnu-efi 3.0.5 This version is from 2017 and should be stale enough to not cause an outrage. All the relevant distros have it or a newer version. We also already depend on some symbols defined in 3.0.5 anyway, so let's take the opportunity to reduce our missing_efi.h baggage. --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index 3811abfe06..3e75e44353 100644 --- a/README +++ b/README @@ -202,6 +202,7 @@ REQUIREMENTS: gcc, awk, sed, grep, and similar tools clang >= 10.0, llvm >= 10.0 (optional, required to build BPF programs from source code in C) + gnu-efi >= 3.0.5 (optional, required for systemd-boot) During runtime, you need the following additional dependencies: -- cgit v1.2.1