KallistiOS / kos-ports

Ported library collection for KallistiOS
Other
52 stars 33 forks source link

FreeType: Disable building with harfbuzz #21

Closed cepawiel closed 1 year ago

cepawiel commented 1 year ago

This fixes issue #16 where pkg-config is called and the build attempts to use the host's version of harfbuzz which attempts to link with pthread. Disabling it stops this search from occuring and allows the build to complete successfully.