[Buildroot] svn commit: trunk/buildroot/package/freetype

Peter Korsgaard jacmet at uclibc.org
Sat Jan 24 08:28:45 UTC 2009


>>>>> "laird" == laird  <laird at uclibc.org> writes:

 laird> Author: laird
 laird> Date: 2008-11-11 03:33:45 -0800 (Tue, 11 Nov 2008)
 laird> New Revision: 23998

 laird> Log:
 laird> package/freetype/freetype.mk: Add zib to dependencies

 laird> Looking into adding a configure cache to the build (like the GIT buildroot version)
 laird> This means that freetype needs to know about zlib so make
 laird> sure it had it as a dependency.
 laird> Also remove install rule for staging as it matches default.

That seems wrong. It should probably be $(if $(BR2_PACKAGE_ZLIB),zlib)
or you should select zlib if freetype really needs it.

 laird> -FREETYPE_DEPENDENCIES = uclibc pkgconfig
 laird> +FREETYPE_DEPENDENCIES = uclibc pkgconfig zlib

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list