From 34ccbb5f8eb8bb9453116405f015ed665ebd1b61 Mon Sep 17 00:00:00 2001 From: Geoffroy Van Cutsem Date: Wed, 21 Mar 2018 12:16:55 +0100 Subject: [PATCH] getting_started: update dependency for Fedora 27 Update the build dependency for Fedora. 'gnu-efi' was listed as a dependency but it's actually 'gnu-efi-devel' that we need else the header file ('efi.h') is not installed. Signed-off-by: Geoffroy Van Cutsem --- doc/getting_started/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/getting_started/index.rst b/doc/getting_started/index.rst index 32ff23e7a..f1d5a3363 100644 --- a/doc/getting_started/index.rst +++ b/doc/getting_started/index.rst @@ -338,7 +338,7 @@ each with their own way to install development tools: .. code-block:: console $ sudo dnf install gcc \ - gnu-efi \ + gnu-efi-devel \ libuuid-devel \ openssl-devel \ libpciaccess-devel