fix bug with directional font rendering by upgrading harfbuzz version

This commit is contained in:
Don Bright 2016-08-25 01:00:10 -04:00
parent a42b2dda6f
commit 3d5c11b077

View file

@ -820,7 +820,7 @@ if [ $1 ]; then
fi
if [ $1 = "harfbuzz" ]; then
# debian 7 lacks only harfbuzz
build_harfbuzz 0.9.23 --with-glib=yes
build_harfbuzz 0.9.35 --with-glib=yes
exit $?
fi
if [ $1 = "glib2" ]; then