summaryrefslogtreecommitdiffstats
path: root/disk
diff options
context:
space:
mode:
authorPavel Vinogradov2019-07-07 22:41:07 -0400
committerPavel Vinogradov2019-07-07 22:41:07 -0400
commit4f6429291a853817d3e57198f6ed72fb59be30cc (patch)
tree4e1b43eef4b7e4c7b52df5dd14528900f6527b68 /disk
parentd6b71a8e333748f746d100febeffac62eb999b82 (diff)
disk/grub2: LIBUSB is no longer a dependency
Diffstat (limited to 'disk')
-rwxr-xr-xdisk/grub2/DEPENDS5
-rw-r--r--disk/grub2/HISTORY3
2 files changed, 3 insertions, 5 deletions
diff --git a/disk/grub2/DEPENDS b/disk/grub2/DEPENDS
index 9eb78e46bf..b71b4cb94f 100755
--- a/disk/grub2/DEPENDS
+++ b/disk/grub2/DEPENDS
@@ -20,11 +20,6 @@ optional_depends freetype2 \
optional_depends unifont '' '' 'for the default font (needed for gfxterm)' &&
-optional_depends LIBUSB \
- '--enable-grub-emu-usb' \
- '--disable-grub-emu-usb' \
- 'build grub-emu debugging utility' &&
-
optional_depends sdl \
'--enable-grub-emu-sdl' \
'--disable-grub-emu-sdl' \
diff --git a/disk/grub2/HISTORY b/disk/grub2/HISTORY
index a2e59ec9a5..c3fdeabdc3 100644
--- a/disk/grub2/HISTORY
+++ b/disk/grub2/HISTORY
@@ -1,3 +1,6 @@
+2019-07-07 Pavel Vinogradov <public@sourcemage.org>
+ * DEPENDS: removed LIBUSB
+
2019-07-05 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 2.04
* PRE_BUILD, gcc-8.patch: removed the patch