From: Peter Korsgaard Date: Sat, 26 Oct 2013 11:55:48 +0000 (+0200) Subject: freetype: fix host build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=129abd31b7ef3e3c3c4f43324e23367f942940c9;p=buildroot.git freetype: fix host build Fixes http://autobuild.buildroot.net/results/b49/b49c1c502215c7972d61c900e876909c9e79c312/ PNG support has to be explictly disabled now. Signed-off-by: Peter Korsgaard --- diff --git a/package/freetype/freetype.mk b/package/freetype/freetype.mk index 1ca779e2cd..93fb3db824 100644 --- a/package/freetype/freetype.mk +++ b/package/freetype/freetype.mk @@ -19,6 +19,7 @@ FREETYPE_DEPENDENCIES = host-pkgconf \ FREETYPE_CONFIG_SCRIPTS = freetype-config HOST_FREETYPE_DEPENDENCIES = host-pkgconf +HOST_FREETYPE_CONF_OPT = --without-png ifeq ($(BR2_PACKAGE_LIBPNG),y) FREETYPE_DEPENDENCIES += libpng