Skip to content

build: Define test_sources, don't append

Matt Turner requested to merge mattst88/gnome-builder:test_sources into main

If building without git support, meson setup fails with

src/plugins/meson/meson.build:30:0: ERROR: Unknown variable "test_sources".

I believe the += a mistake in commit c2e10cde ("meson: fixed language parsing in meson files") which wasn't noticed because there was an existing test_sources variable (in the git plugin's meson.build, see next commit).

Bug: https://bugs.gentoo.org/844103

Merge request reports