freetype: don't include png/bzip2 support, as we don't have libpng/libbz2 available

This commit is contained in:
Mathieu Virbel 2015-02-11 12:53:41 +01:00
parent f50d5e509f
commit 5cb9f046f7

View file

@ -21,6 +21,10 @@ class FreetypeRecipe(Recipe):
"LDFLAGS={}".format(build_env["LDFLAGS"]),
"--prefix=/",
"--host={}".format(arch.triple),
"--without-png",
"--without-bzip2",
"--without-fsspec",
"--without-old-mac-fonts",
"--enable-static=yes",
"--enable-shared=no")
shprint(sh.make, "clean")