diff options
author | Corey Berla <corey@berla.me> | 2023-01-13 15:57:31 -0800 |
---|---|---|
committer | Corey Berla <corey@berla.me> | 2023-01-13 15:57:31 -0800 |
commit | 5e0ff57a4ad82fde6fc82ce06dac0d965ee27ef1 (patch) | |
tree | 912c20de3d9fdff5372dc77e03ee098094e35b68 /docs/pangofc.toml.in | |
parent | 0a2173d0b5d7b96fec9e37fc03b03454087ca9a6 (diff) | |
download | pango-5e0ff57a4ad82fde6fc82ce06dac0d965ee27ef1.tar.gz |
docs: Fix dependency names
Dependency names need to match the namespace name exactly (including
capitalization) otherwise they won't be shown as dependencies.
Related libraries which are not dependencies should use the
related key.
Diffstat (limited to 'docs/pangofc.toml.in')
-rw-r--r-- | docs/pangofc.toml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pangofc.toml.in b/docs/pangofc.toml.in index 2eafa239..dd6ae002 100644 --- a/docs/pangofc.toml.in +++ b/docs/pangofc.toml.in @@ -18,7 +18,7 @@ search_index = true docs_url = "../Pango/" [dependencies."fontconfig-2.0"] - name = "Fontconfig" + name = "fontconfig" description = "A font configuration and enumeration library" docs_url = "https://www.fontconfig.org" |