grub: depend on gettext

This commit is contained in:
Jonas Karlman 2020-01-05 23:44:36 +00:00
parent e0a7f5266b
commit 24916d2f87

View File

@ -8,7 +8,7 @@ PKG_ARCH="x86_64"
PKG_LICENSE="GPLv3" PKG_LICENSE="GPLv3"
PKG_SITE="https://www.gnu.org/software/grub/index.html" PKG_SITE="https://www.gnu.org/software/grub/index.html"
PKG_URL="http://git.savannah.gnu.org/cgit/grub.git/snapshot/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="http://git.savannah.gnu.org/cgit/grub.git/snapshot/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain flex freetype:host gnulib:host" PKG_DEPENDS_TARGET="toolchain flex freetype:host gnulib:host gettext:host"
PKG_LONGDESC="GRUB is a Multiboot boot loader." PKG_LONGDESC="GRUB is a Multiboot boot loader."
PKG_TOOLCHAIN="configure" PKG_TOOLCHAIN="configure"