From 3d9240261d9f332fcbe00dfa985d63c63d13b566 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Mon, 16 Feb 2015 12:41:03 +0100 Subject: [PATCH] freetype: avoid using harfbuzz --- recipes/freetype/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/freetype/__init__.py b/recipes/freetype/__init__.py index 98cb259..d83164f 100644 --- a/recipes/freetype/__init__.py +++ b/recipes/freetype/__init__.py @@ -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")