summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-07-17 02:17:21 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-07-17 15:01:57 +0200
commitaea373bc44c40ef90b232e3cdff2905bcecfe460 (patch)
tree050bcc0ce9b7890064891ad7372b580eaf5ea267 /docs
parent4098bbda20dac89eefa20840e09673dba4b86862 (diff)
downloadtracker-aea373bc44c40ef90b232e3cdff2905bcecfe460.tar.gz
build: Cleanse of Vala dependencies
Drop all the places left where we do specify things for Vala, and rename the targets that had that name because of vala code presence.
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/libtracker-sparql/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/libtracker-sparql/meson.build b/docs/reference/libtracker-sparql/meson.build
index 759f188bf..72c03e352 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],
+ gi_c_sources: [libtracker_sparql_sources, libtracker_sparql_public_headers],
gi_sources: [tracker_sparql_gir[0].full_path()],
sitemap: 'sitemap.txt',
index: 'index.md',