diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-02 05:41:18 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-02 05:41:18 -0500 |
| commit | 7bca0e5f5f3c4a58ea64fe4f2700951fb48f95af (patch) | |
| tree | 38db5e71413278c04db93da376f2d7a2f045bbc7 | |
| parent | cec5be9f0a6170d37da2d4854b3484f0fe00eaab (diff) | |
add fontconfig to build dependency list
| -rw-r--r-- | static/build.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index 2b914f61..3123c644 100644 --- a/static/build.html +++ b/static/build.html @@ -275,8 +275,9 @@ <ul> <li>diff (diffutils)</li> - <li>freetype2 and any OpenType/TrueType font (such as DejaVu but anything works) - for OpenJDK despite it being a headless variant without GUI support</li> + <li>freetype2, fontconfig and any OpenType/TrueType font (such as DejaVu + but anything works) for OpenJDK despite it being a headless variant + without GUI support</li> <li>ncurses5 (provided by the source tree for some tools but not others)</li> <li>openssl</li> <li>rsync</li> |
