fonttools / ttfautohint-py

Python wrapper for ttfautohint, a free auto-hinter for TrueType fonts
https://www.freetype.org/ttfautohint/
MIT License
30 stars 7 forks source link

Harfbuzz build: --disable-gtk-doc-html unrecognized #4

Closed madig closed 3 years ago

madig commented 6 years ago

According to the Appveyor log (https://ci.appveyor.com/project/fonttools/ttfautohint-py/build/job/a75dl5ce4w8hpeho), Harfbuzz' configure doesn't recognize --disable-gtk-doc-html. Documentation is not built because some gtk-doc thing isn't found.

Not a real issue I guess but wanted to point out anyway. I think you have to use --enable-gtk-doc-html=no instead.

behdad commented 6 years ago

Probably because gtk-doc was not available during autogen.sh, so configure doesn't know about the option either.