building with or without harfbuzz
goulart81 opened this issue · 1 comments
goulart81 commented
starruler2/snap/snapcraft.yaml
Line 148 in e32b633
Building harfbuzz as a separate lib and at the same time building freetype without harfbuzz (--without-harfbuzz). Is this correct ? Is harfbuzz being used ?
lucyllewy commented
That is correct. There are two freetype parts: freetype-prebuild and freetype. The first builds a minimal freetype to satisfy the harfbuzz+freetype circular dependency and then the second builds freetype with the harfbuzz that has broken out of the circle.