Skip to content

build: Avoid passing include_directory() to hotdoc

Sam Thursfield requested to merge sam/meson-dir-fix into master

Fixes an error seen with Meson 1.0.0:

../docs/reference/libtracker-sparql/meson.build:63:7: ERROR: hotdoc.generate_doc keyword argument 'gi_c_source_roots' was of type array[IncludeDirs | str] but should have been array[str]

Merge request reports