Skip to content

F-Droid build fix

Latest

Choose a tag to compare

@DavidNeurieder DavidNeurieder released this 05 Aug 08:34
· 2 commits to main since this release

0.5.4 (2026-08-05)

F-Droid build fix

  • Fixed F-Droid build failure (pkg-config/fontconfig not found): MuPDF's system-fonts feature — which pulls font-kit and needs a system fontconfig on Linux hosts — is now an opt-in feature enabled only by the desktop GUI. F-Droid's Android build compiles the core crate on a Linux host (to generate UniFFI bindings) and no longer requires pkg-config or libfontconfig. Desktop font rendering is unchanged; Android never used system fonts (the font-kit dependency is excluded for Android anyway).