fix bug with directional font rendering by upgrading harfbuzz version
This commit is contained in:
parent
a42b2dda6f
commit
3d5c11b077
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue