aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2022-03-09 15:31:51 -0500
committerDaniel Kiper <daniel.kiper@oracle.com>2022-03-14 23:05:01 +0100
commit228cb54beff35e74e9a329b9afcfdd84564afd61 (patch)
treeff07d6995ead479f0306f6668e7fd7525782641c
parent02b50321d1e45c2e542e0bee12ab1354cdee843a (diff)
downloadgrub-228cb54beff35e74e9a329b9afcfdd84564afd61.tar.gz
INSTALL: Drop mention of libusb
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>
-rw-r--r--INSTALL2
1 files changed, 0 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index aff44f75c..418c4c223 100644
--- 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.