pspdev / psp-packages

https://pspdev.github.io/psp-packages/
The Unlicense
19 stars 13 forks source link

Update harfbuzz and patch out stdc++ dependency #154

Closed tpimh closed 1 month ago

tpimh commented 1 month ago

Just today I looked at how VITA community cooks their harfbuzz, so I copied the approach described in https://github.com/vitasdk/packages/issues/300, and it works really well: got SDL2-ttf sample (in C) built linking to harfbuzz, but not stdc++. Previously, I only built Jokr (written in C++) with it, so linking to stdc++ didn't bother me that much.

sharkwouter commented 1 month ago

I just tested this with SDL2_ttf and it works. Thanks for the contribution!