summaryrefslogtreecommitdiff
path: root/docs/pangoxft.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/pangoxft.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/pangoxft.toml.in')
-rw-r--r--docs/pangoxft.toml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pangoxft.toml.in b/docs/pangoxft.toml.in
index baf583e3..f6b8310f 100644
--- a/docs/pangoxft.toml.in
+++ b/docs/pangoxft.toml.in
@@ -18,7 +18,7 @@ search_index = true
docs_url = "../Pango/"
[dependencies."xft-2.0"]
- name = "Xft"
+ name = "xft"
description = "X11 client-side font rendering library"
docs_url = "https://x.org"