grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config


From: David Michael
Subject: Re: [BUG][PATCH] configure.ac: Respect the configured freetype-config
Date: Fri, 7 Jun 2013 14:35:10 -0400

Hi,

On Fri, Jun 7, 2013 at 2:20 PM, Andrey Borzenkov <address@hidden> wrote:
> But FREETYPE cannot be anything than freetype-config, can it? Do you
> actually have situation when AC_CHECK_PROGS([FREETYPE],
> [freetype-config]) succeeds but call to freetype-config fails?

In my case, I noticed this issue while attempting to cross-compile
GRUB for another system. It needs to use the cross-compiled freetype
configuration, but the build system has its native freetype-config
installed as well.  Using a variable here allowed me to specify the
correct freetype-config as per the usual AC_CHECK_PROGS behavior.

This isn't a big problem since I am able to build on the target system
as well, but it would be nice to have working out of the box.

Thanks.

David



reply via email to

[Prev in Thread] Current Thread [Next in Thread]