diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 23:19:26 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-03 23:19:26 +0000 |
commit | 44a97a6e13baecedccbcd87b1b32562a783c4cbc (patch) | |
tree | 885b9240f576c5258805ccbc43f73d0736c48723 /build/install-build-deps.sh | |
parent | f2e9cf6ede882970018fb7381e92cb201946c29d (diff) | |
download | chromium_src-44a97a6e13baecedccbcd87b1b32562a783c4cbc.zip chromium_src-44a97a6e13baecedccbcd87b1b32562a783c4cbc.tar.gz chromium_src-44a97a6e13baecedccbcd87b1b32562a783c4cbc.tar.bz2 |
Linux: use other fonts when the primary is missing glyphs
We had a bug where we weren't setting the fontdata for missing glyphs to
NULL. This caused WebKit not to try to load other fonts when glyphs
were missing.
With that fixed, we can implement the code to find a font for a given
set of code points. This uses fontconfig as it has this information
already indexed.
This fixes css2.1/t0805-c5519-brdr-r-00-a.html
Review URL: http://codereview.chromium.org/13108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6328 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/install-build-deps.sh')
-rwxr-xr-x | build/install-build-deps.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh index e3deb8a..492b7cb 100755 --- a/build/install-build-deps.sh +++ b/build/install-build-deps.sh @@ -29,7 +29,8 @@ download_deb() { install_hardy() { sudo apt-get install subversion pkg-config python perl g++ g++-multilib \ bison flex gperf libnss3-dev libglib2.0-dev libgtk2.0-dev \ - libnspr4-0d libnspr4-dev wdiff lighttpd php5-cgi msttcorefonts + libnspr4-0d libnspr4-dev wdiff lighttpd php5-cgi msttcorefonts \ + sun-java6-fonts wget -c http://www.trevp.com/tlslite/tlslite-0.3.8.tar.gz tar xvfz tlslite-0.3.8.tar.gz |