Thinking of a partly build of tracker:
is there a way to build tracker without the gui? maybe split it into 2 packages. one with the base stuff, the rest in a "gui" package.
How would I built tracker then? what would the command args be?
There areĀ configuration options you can use to disable the Tracker features you don't need. Run `meson configure` in a build directory to see the list of options. If for some reason you are stuck with an old version of Tracker, use `./configure --help` instead.
Sam