fix bad default harfbuzz include directory

This commit is contained in:
Vincent Wei
2020-07-21 20:54:06 +08:00
parent 5fc1c1101e
commit b3d6c70a45

View File

@@ -2223,7 +2223,7 @@ if test "x$build_complex_scripts" = "xyes"; then
[ --with-hb-includes=DIR where the HarfBuzz includes are])
if test "x$with_hb_includes" = "x"; then
HB_INC_DIR="-I/usr/local/include/harfbuzz"
HB_INC_DIR="-I/usr/include/harfbuzz"
else
HB_INC_DIR="-I$with_hb_includes"
fi