freetype: avoid using harfbuzz
This commit is contained in:
parent
8e9ee1a1f1
commit
3d9240261d
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue