mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-09-14 18:01:58 +00:00
This updates our own bundled fontconfig (for static builds) to 2.18.3. Note that fontconfig has changed their build process a bit since this has been updated last; they are leaning on the Autoconf (and Meson as they are now deprecating use of Autoconf) toolchain(s) to now generate a number of headers that are a part of the build process. Since servicing this dependency in an effort to keep the build pure Zig is starting to get more complex, I've added some documentation on how to actually get a snapshot of the fontconfig repository in a state where files can be looked for and copied over as needed. Otherwise, we might want to in the future consider removing this altogether and just rely on system integrations. Co-Authored-By: Jeffrey C. Ollie <jeff@ocjtech.us>