build: Require latest meson
Meson 0.42.0 fixes a build issue on systems that use Debian-style multiarch, so require that. https://bugzilla.gnome.org/show_bug.cgi?id=786343
This commit is contained in:
parent
7f381dd2fe
commit
9d01828b5b
@ -1,6 +1,6 @@
|
||||
project('gnome-shell', 'c',
|
||||
version: '3.26.0',
|
||||
meson_version: '>= 0.41.0',
|
||||
meson_version: '>= 0.42.0',
|
||||
license: 'GPLv2+'
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user