[coreboot-gerrit] Change in coreboot[master]: payloads/external/GRUB2: Use pkg-config over freetype-config

Nico Huber (Code Review) gerrit at coreboot.org
Mon Jun 4 11:46:39 CEST 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/26822


Change subject: payloads/external/GRUB2: Use pkg-config over freetype-config
......................................................................

payloads/external/GRUB2: Use pkg-config over freetype-config

`freetype-config` is gone and was obsolete for a long time.

Change-Id: Id3058e55b1630f43225d3cd1ad91801c4085874f
Signed-off-by: Nico Huber <nico.huber at secunet.com>
---
M payloads/external/GRUB2/Makefile
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/26822/1

diff --git a/payloads/external/GRUB2/Makefile b/payloads/external/GRUB2/Makefile
index db15d46..31c4066 100644
--- a/payloads/external/GRUB2/Makefile
+++ b/payloads/external/GRUB2/Makefile
@@ -30,6 +30,7 @@
 	mkdir grub2/build
 	cd grub2 && ./autogen.sh
 	cd grub2/build && ../configure CC="$(HOSTCC)" LD="$(LD)" \
+	FREETYPE="pkg-config freetype2" BUILD_FREETYPE="pkg-config freetype2" \
 	TARGET_CC="$(CC)" TARGET_OBJCOPY="$(OBJCOPY)" TARGET_STRIP="$(STRIP)" \
 	CFLAGS=-O2 TARGET_CFLAGS=-Os \
 	--with-platform=coreboot --enable-boot-time --disable-werror

-- 
To view, visit https://review.coreboot.org/26822
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3058e55b1630f43225d3cd1ad91801c4085874f
Gerrit-Change-Number: 26822
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180604/119cf347/attachment.html>


More information about the coreboot-gerrit mailing list