]> git.ipfire.org Git - thirdparty/grub.git/commit
build: Use pkg-config to find FreeType
authorColin Watson <cjwatson@ubuntu.com>
Tue, 30 Jan 2018 21:59:09 +0000 (21:59 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 27 Sep 2018 12:45:59 +0000 (14:45 +0200)
commit7e23437df3ad7572756102f3ab1063f284b57983
treeee9eade380b8f9767b451d4d4cbd42f79af6798f
parentbcfa0f08bbb1b81b9eca4aa8bba223e835618145
build: Use pkg-config to find FreeType

pkg-config is apparently preferred over freetype-config these days (see
the BUGS section of freetype-config(1)).  pkg-config support was added
to FreeType in version 2.1.5, which was released in 2003, so it should
comfortably be available everywhere by now.

We no longer need to explicitly substitute FREETYPE_CFLAGS and
FREETYPE_LIBS, since PKG_CHECK_MODULES does that automatically.

Fixes Debian bug #887721.

Reported-by: Hugh McMaster <hugh.mcmaster@outlook.com>
Signed-off-by: Colin Watson <cjwatson@ubuntu.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
INSTALL
configure.ac