[Bug 41758] wine can' t load freetype if the latter is built with harfbuzz support

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Nov 22 06:56:44 CST 2016


https://bugs.winehq.org/show_bug.cgi?id=41758

--- Comment #3 from Nikolay Sivov <bunglehead at 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.



More information about the wine-bugs mailing list