freetype: avoid using harfbuzz

This commit is contained in:
Mathieu Virbel 2015-02-16 12:41:03 +01:00
parent 8e9ee1a1f1
commit 3d9240261d

View file

@ -1,7 +1,6 @@
from toolchain import Recipe, shprint
from os.path import join, exists
from os.path import join
import sh
import shutil
class FreetypeRecipe(Recipe):
@ -24,6 +23,7 @@ class FreetypeRecipe(Recipe):
"--without-png",
"--without-bzip2",
"--without-fsspec",
"--without-harfbuzz",
"--without-old-mac-fonts",
"--enable-static=yes",
"--enable-shared=no")