Skip to content

flatpak: Fix building Flatpak

Bastien Nocera requested to merge wip/hadess/fix-flatpak into master

The current GNOME nightly has support for tracker3 and we're building tracker2, so both are available and grilo-plugins refuses to choose between both, and stops the build. Disable the tracker3 plugin for now.

../meson.build:181:4: ERROR: Problem encountered: tracker3 and tracker modules cannot be enabled at the same time

Merge request reports