diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2022-04-23 14:18:26 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2022-04-24 17:25:35 +0200 |
commit | 79000a225a9942a8e3327f6790a55cdba4f1017b (patch) | |
tree | f2a35d86d345d53b54377233ebe36cbe1c6678b7 /docs/reference | |
parent | 02b3b5f6e430d78fcfd08114891c95f10cfffb4f (diff) | |
download | tracker-79000a225a9942a8e3327f6790a55cdba4f1017b.tar.gz |
libtracker-sparql: Port remote TrackerSparqlConnection to new http helpers
Remove the direct soup dependency by using TrackerHttpClient, that deals
with soup itself. This also means the remote connection objects can move
to the main library code, instead of being built as standalone modules.
In consequence, the older remote modules are no longer built, and their
loading infrastructure removed.
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/libtracker-sparql/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libtracker-sparql/meson.build b/docs/reference/libtracker-sparql/meson.build index e52cd5235..759f188bf 100644 --- a/docs/reference/libtracker-sparql/meson.build +++ b/docs/reference/libtracker-sparql/meson.build @@ -61,7 +61,7 @@ docs_name = 'Tracker' hotdoc.generate_doc(docs_name, project_version: tracker_version, languages: [ 'c', 'python', 'javascript' ], - gi_c_sources: [libtracker_sparql_c_sources, libtracker_sparql_c_public_headers, libtracker_sparql_remote_c_sources], + gi_c_sources: [libtracker_sparql_c_sources, libtracker_sparql_c_public_headers], gi_sources: [tracker_sparql_gir[0].full_path()], sitemap: 'sitemap.txt', index: 'index.md', |