summaryrefslogtreecommitdiff
path: root/libre/grub
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@parabola.nu>2024-01-07 15:22:55 -0700
committerLuke T. Shumaker <lukeshu@parabola.nu>2024-01-07 20:18:29 -0700
commit5b7c4eb3e0abde7a005ec66ee062f2c08cbfb1e9 (patch)
treea8140fba87be7181691884f4a3e4c3bf63063e52 /libre/grub
parentcb1d5858e9e653ae933d484daefb30be56312513 (diff)
libre/grub: always pass BUILD_FREETYPE=
Diffstat (limited to 'libre/grub')
-rw-r--r--libre/grub/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/libre/grub/PKGBUILD b/libre/grub/PKGBUILD
index e3621e56c..ed6833f72 100644
--- a/libre/grub/PKGBUILD
+++ b/libre/grub/PKGBUILD
@@ -158,6 +158,7 @@ _backports=(
_configure_options=(
FREETYPE="pkg-config freetype2"
+ BUILD_FREETYPE="pkg-config freetype2"
--enable-mm-debug
--enable-nls
--enable-device-mapper
@@ -292,7 +293,6 @@ _build_grub-xen() {
_build_grub-qemu() {
_build_grub 'qemu' 'QEMU' \
'i386-qemu' \
- BUILD_FREETYPE="pkg-config freetype2" \
--disable-efiemu \
--enable-boot-time \
"${_configure_options[@]}"
@@ -309,7 +309,6 @@ _build_grub-ieee1275() {
_build_grub-libreboot() {
_build_grub 'libreboot' 'Libreboot' \
'i386-coreboot' \
- BUILD_FREETYPE="pkg-config freetype2" \
--disable-efiemu \
--enable-boot-time \
"${_configure_options[@]}"