[arch-commits] Commit in grub/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Mon May 7 22:16:04 UTC 2018


    Date: Monday, May 7, 2018 @ 22:16:03
  Author: eworm
Revision: 323463

fix build with freetype2 >= 2.9.1-1

Modified:
  grub/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-07 22:02:20 UTC (rev 323462)
+++ PKGBUILD	2018-05-07 22:16:03 UTC (rev 323463)
@@ -156,6 +156,7 @@
 
 	msg "Run ./configure for bios build"
 	./configure \
+		FREETYPE="pkg-config freetype2" \
 		--with-platform="pc" \
 		--target="i386" \
 		"${_EFIEMU}" \



More information about the arch-commits mailing list