Skip to content

meson: Turn core-as-subproject into an explicit option

Sam Thursfield requested to merge sam/core-subproject-option into master

I added a feature to tracker-miners that it could automatically build tracker core as a subproject if the system-provided version was too old.

This is a nice feature but it's not so nice that it happens automatically dependent on the version requirements in meson.build. Better to turn it into an explicit option that developers can enable whenever they want.

Merge request reports