Skip to content

build: Fix configure error in tracker_core=subproject mode

Sam Thursfield requested to merge sam/meson-subproject-build-fail into master

Fixes the following error from Meson:

../meson.build:459:21: ERROR: Unknown variable "tracker_sparql_uninstalled_dir".

Nothing changed recently here but it looks like we didn't correctly query that variable from the 'tracker' subproject, relying on it being implicitly available. With Meson 0.55.3 this wasn't working, but perhaps it worked with earlier versions.

Merge request reports