Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix hang on startup on some Linux systems
When the fontconfig dev package is not installed, servo-fontconfig will fall back to building its own copy, which may be incompatible with what's on the system. The result is a horrible start-up time and this patch opts to instead require fontconfig to be available at build time and error out otherwise. Fixes issue #88
- Loading branch information
I just had a look, and
servo-fontconfig
also has that feature, so probably best to use that instead