Commit 1ae624a9 authored by Arnaud Fontaine's avatar Arnaud Fontaine Committed by Kazuhiko Shiozaki

pil-python: Fix FTBFS due to freetype includes not being found.

parent b04733aa
...@@ -11,7 +11,7 @@ parts = ...@@ -11,7 +11,7 @@ parts =
recipe = zc.recipe.egg:custom recipe = zc.recipe.egg:custom
egg = PIL egg = PIL
include-dirs = include-dirs =
${freetype:location}/include ${freetype:location}/include/freetype2
${libjpeg:location}/include ${libjpeg:location}/include
${zlib:location}/include ${zlib:location}/include
library-dirs = library-dirs =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment