mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 23:50:41 -05:00
docs: Fix dependency names
Dependency names need to match the namespace name exactly (including capitalization) otherwise they won't be shown as dependencies. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2788>
This commit is contained in:
parent
a60ceaa377
commit
102736c7f5
@ -17,7 +17,7 @@ search_index = true
|
||||
docs_url = "https://docs.gtk.org/gobject/"
|
||||
|
||||
[dependencies."cairo-1.0"]
|
||||
name = "Cairo"
|
||||
name = "cairo"
|
||||
description = "A 2D graphics library with support for multiple output devices"
|
||||
docs_url = "https://www.cairographics.org/manual/"
|
||||
|
||||
|
@ -22,7 +22,7 @@ search_index = true
|
||||
docs_url = "https://ebassi.github.io/graphene/docs"
|
||||
|
||||
[dependencies."cairo-1.0"]
|
||||
name = "Cairo"
|
||||
name = "cairo"
|
||||
description = "A 2D graphics library with support for multiple output devices"
|
||||
docs_url = "https://www.cairographics.org/manual/"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user