https://bugs.winehq.org/show_bug.cgi?id=41758 --- Comment #3 from Nikolay Sivov <bunglehead(a)gmail.com> --- I see. Maybe the problem comes from circular dependency - harfbuzz itself depends on freetype, and it's a hard dependency I think. Freetype dependency on harfbuzz is optional. In order to build so they both depend on each other you'll have to build freetype without hb support, then harfbuzz linking to this newly built freetype and then freetype itself with hb support enabled. Easy solution would be to make freetype dynamically load harfbuzz when needed, not sure if something like will be accepted or even considered. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.