summaryrefslogtreecommitdiff
path: root/doc/gssdp.toml.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gssdp.toml.in')
-rw-r--r--doc/gssdp.toml.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/gssdp.toml.in b/doc/gssdp.toml.in
index 1b79a32..89bec9f 100644
--- a/doc/gssdp.toml.in
+++ b/doc/gssdp.toml.in
@@ -18,7 +18,24 @@ show_index_summary = true
[source-location]
base_url = "https://gitlab.gnome.org/GNOME/gssdp/-/blob/master"
+[dependencies."GObject-2.0"]
+name = "GObject"
+description = "The base type system library"
+docs_url = "https://developer.gnome.org/gobject/stable"
+
+[dependencies."Soup-2.4"]
+name = "Soup"
+description = "A HTTP handling library"
+docs_url = "https://developer.gnome.org/libsoup/stable"
+
+[dependencies."libxml2-2.0"]
+name = "LibXML2"
+description = "A XML handling library"
+docs_url = "http://www.xmlsoft.org/html/index.html"
+
[extra]
content_images = [
"images/gupnp-logo-short.svg"
]
+
+urlmap_file = "urlmap.js"