diff options
Diffstat (limited to 'repo/system/grub.xibuild')
-rw-r--r-- | repo/system/grub.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/grub.xibuild b/repo/system/grub.xibuild index 3e8c1c2..9d3ed8f 100644 --- a/repo/system/grub.xibuild +++ b/repo/system/grub.xibuild @@ -1,6 +1,6 @@ #!/bin/bash -DEPS=(sh xz gettext device-mapper efibootmgr) +DEPS=(sh xz gettext device-mapper efibootmgr freetype2) PKG_VER=2.06 SOURCE=https://ftp.gnu.org/gnu/grub/grub-$PKG_VER.tar.xz |