From a870c8fbd6368e686b5e0373e8dcc9fb84564133 Mon Sep 17 00:00:00 2001 From: Rob Ludwick Date: Tue, 23 Oct 2012 16:13:20 -0700 Subject: [PATCH] Freetype includes is in includes/freetype --- recipes/pil/recipe.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pil/recipe.sh b/recipes/pil/recipe.sh index abc840880b..8f7631de22 100644 --- a/recipes/pil/recipe.sh +++ b/recipes/pil/recipe.sh @@ -41,7 +41,7 @@ function build_pil() { push_arm LIBS="$SRC_PATH/obj/local/$ARCH" - export CFLAGS="$CFLAGS -I$JNI_PATH/png -I$JNI_PATH/jpeg -I$JNI_PATH/freetype" + export CFLAGS="$CFLAGS -I$JNI_PATH/png -I$JNI_PATH/jpeg -I$JNI_PATH/freetype/include/freetype" export LDFLAGS="$LDFLAGS -L$LIBS -lm -lz" export LDSHARED="$LIBLINK" try $BUILD_PATH/python-install/bin/python.host setup.py install -O2