aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/package/pango
AgeCommit message (Collapse)Author
2026-09-05internal/rosa: separate native tools from librariesOphestra
This removes most redundant runtime arguments and is useful for cross-compilation. Signed-off-by: Ophestra <cat@gensokyo.uk>
2026-08-27internal/rosa/package/pango: work around G_DEFINE_TYPE unused globalsOphestra
The global variable hidden behind the macro is blowing up -Wunused-but-set-global in the upcoming toolchain update. Signed-off-by: Ophestra <cat@gensokyo.uk>