freetype: host variant needs to run autogen too
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 23 Apr 2014 01:10:21 +0000 (22:10 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 23 Apr 2014 13:24:44 +0000 (15:24 +0200)
Fixes:
http://autobuild.buildroot.net/results/fb8/fb8e38bcc73ff60a71df7558a1a4d6cc7cc9157f/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/freetype/freetype.mk

index 2f8d497877049338a2f89fa6c127bde026a44ea0..c7c9a069594485b6f72aecd76b6bf19090ea0212 100644 (file)
@@ -26,6 +26,7 @@ define FREETYPE_RUN_AUTOGEN
        cd $(@D) && PATH=$(BR_PATH) ./autogen.sh
 endef
 FREETYPE_POST_PATCH_HOOKS += FREETYPE_RUN_AUTOGEN
+HOST_FREETYPE_POST_PATCH_HOOKS += FREETYPE_RUN_AUTOGEN
 FREETYPE_DEPENDENCIES += host-automake host-autoconf host-libtool
 HOST_FREETYPE_DEPENDENCIES += host-automake host-autoconf host-libtool