Skip to content

Fix tracker building as a subproject

Carlos Garnacho requested to merge wip/carlosg/fix-subproject into master

As tracker-miners' -Dtracker_core=subproject option makes use of the Tracker repo, it does leak the tracker_common_dep into tracker-miners, and together with libtracker-miners-common. The dynamic linker seemed to cope with this as both libraries were about the same. This did change recently, breaking CI in tracker-miners.

Avoid leaking the libtracker-common dependency out of the tracker project when building that way.

Merge request reports