Skip to content

build: Allow building grilo and grilo-plugins as Meson subprojects

Sam Thursfield requested to merge sam/grilo-subproject into master

This change makes it easier to build and test gnome-music on systems which have old versions of Grilo installed. Meson will now automatically clone and build the latest Git versions of grilo and grilo-plugins if the system-installed versions are too old.

Distributors can disable this behaviour by passing --wrap-mode=nodownload at configure time.

Depends on grilo-plugins!68 (merged) and grilo-plugins!69 (merged)

Merge request reports