freetype: host-freetype-patch requires host-automake
authorFabio Porcedda <fabio.porcedda@gmail.com>
Fri, 27 Feb 2015 09:19:22 +0000 (10:19 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 28 Feb 2015 09:10:21 +0000 (10:10 +0100)
commit1c499247ff10e994528e3a9ebfc227d21b5781e7
tree0a4f9239c7b849cd999d85d22d149d8a31619431
parenta9079c7d86cd397e97e9cf23be42c5211ca09dec
freetype: host-freetype-patch requires host-automake

The "make host-freetype-patch" fails because using the autogen.sh script
doesn't find the autoconf tool. The problem was already fixed for
"make freetype-patch" adding the "host-automake" as a prerequisite to
freetype-patch, so fix it by adding "host-automake" as a prerequisite to
"host-freetype-patch" too.

Fix build failure:
running `autoconf --force'
./autogen.sh: line 15: autoconf: command not found
error while running `autoconf --force'
package/pkg-generic.mk:146: recipe for target 'buildroot/output/build/host-freetype-2.5.5/.stamp_patched' failed

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/freetype/freetype.mk