]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
INSTALL: Drop mention of libusb
authorRobbie Harwood <rharwood@redhat.com>
Wed, 9 Mar 2022 20:31:51 +0000 (15:31 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 14 Mar 2022 22:05:01 +0000 (23:05 +0100)
The commit 9d25b0da9 (Remove emu libusb support.) dropped use of libusb,
but did not remove mention of it from INSTALL file.

Signed-off-by: Robbie Harwood <rharwood@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
INSTALL

diff --git a/INSTALL b/INSTALL
index aff44f75c21e111cffdc6ca737cb371a590f3be0..418c4c2231075bc296c1da822f0a4f6d089bbc43 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -36,7 +36,6 @@ For optional grub-emu features, you need:
 
 * SDL (recommended)
 * libpciaccess (optional)
-* libusb (optional)
 
 To build GRUB's graphical terminal (gfxterm), you need:
 
@@ -253,7 +252,6 @@ corresponding platform are not needed for the platform in question.
   - Additionally for emu, for host and target.
     1. SDL is looked for in standard linker directories (-lSDL) (optional)
     2. libpciaccess is looked for in standard linker directories (-lpciaccess) (optional)
-    3. libusb is looked for in standard linker directories (-lusb) (optional)
 
   - Platform-agnostic tools and data.
     1. make is the tool you execute after ./configure.