freetype: don't include png/bzip2 support, as we don't have libpng/libbz2 available
This commit is contained in:
parent
f50d5e509f
commit
5cb9f046f7
1 changed files with 4 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue