summaryrefslogtreecommitdiffstats
path: root/third_party/fontconfig/README.chromium
blob: 05fe02dc3ffeb002e2e826013a05b2edf0e22232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Name: fontconfig
URL: http://www.freedesktop.org/wiki/Software/fontconfig/
Version: 2.11.0
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 release tag: git checkout 2.11.0
- Change the DEPS entry to the newly checked out commit.
- Update generated files:
    ./autogen.sh --enable-libxml2 && make
    rsync -R $(git ls-files --others '*.h' '*/*.h') ../include
- Update this README to reflect the new version number.