blob: d230c608e33b9ad848a32928cef7a31076ce70be [file] [log] [blame]
Name: fontconfig
URL: http://www.freedesktop.org/wiki/Software/fontconfig/
Version: cd51cb241aad7b362b793200ca7d42595c14f52b
License: MIT
License File: src/COPYING
Security Critical: yes
Description:
Fontconfig is a library for configuring and customizing font access.
Modifications:
- None
To import a new snapshot of fontconfig:
- Checkout the latest revision:
git fetch origin master
git checkout origin/master
- Change the DEPS entry to the newly checked out commit.
- Update generated files:
./autogen.sh --enable-libxml2 --disable-docs && make
rsync -R $(git ls-files --others '*.h' '*/*.h') ../include
- Update this README to reflect the new version number.