Skip to content

libtracker-data: Make a static library

Carlos Garnacho requested to merge wip/carlosg/libtracker-data-static into master

There's no multiple executables pulling this library directly. We have some direct uses of this library, but they are all tests and non-install executables in the repo.

Making it a static library won't increase install size, as only libtracker-sparql pulls from it in the system, that's what everyone should use instead.

Merge request reports