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 toolchain import Recipe, shprint
|
||||||
from os.path import join, exists
|
from os.path import join
|
||||||
import sh
|
import sh
|
||||||
import shutil
|
|
||||||
|
|
||||||
|
|
||||||
class FreetypeRecipe(Recipe):
|
class FreetypeRecipe(Recipe):
|
||||||
|
@ -24,6 +23,7 @@ class FreetypeRecipe(Recipe):
|
||||||
"--without-png",
|
"--without-png",
|
||||||
"--without-bzip2",
|
"--without-bzip2",
|
||||||
"--without-fsspec",
|
"--without-fsspec",
|
||||||
|
"--without-harfbuzz",
|
||||||
"--without-old-mac-fonts",
|
"--without-old-mac-fonts",
|
||||||
"--enable-static=yes",
|
"--enable-static=yes",
|
||||||
"--enable-shared=no")
|
"--enable-shared=no")
|
||||||
|
|
Loading…
Add table
Reference in a new issue