summaryrefslogtreecommitdiff
path: root/docs/pangoft2.toml.in
diff options
context:
space:
mode:
authorCorey Berla <corey@berla.me>2023-01-13 15:57:31 -0800
committerCorey Berla <corey@berla.me>2023-01-13 15:57:31 -0800
commit5e0ff57a4ad82fde6fc82ce06dac0d965ee27ef1 (patch)
tree912c20de3d9fdff5372dc77e03ee098094e35b68 /docs/pangoft2.toml.in
parent0a2173d0b5d7b96fec9e37fc03b03454087ca9a6 (diff)
downloadpango-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/pangoft2.toml.in')
-rw-r--r--docs/pangoft2.toml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pangoft2.toml.in b/docs/pangoft2.toml.in
index 881d49fc..9079252a 100644
--- a/docs/pangoft2.toml.in
+++ b/docs/pangoft2.toml.in
@@ -18,7 +18,7 @@ search_index = true
docs_url = "../Pango/"
[dependencies."freetype2-2.0"]
- name = "Freetype"
+ name = "freetype2"
description = "A font loading and rendering library"
docs_url = "https://www.freetype.org"