From 9d01828b5b07c5e009c9325c66a8caf17cd04661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 15 Aug 2017 21:46:27 +0200 Subject: [PATCH] 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 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4c1f5c63b..076704e2a 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('gnome-shell', 'c', version: '3.26.0', - meson_version: '>= 0.41.0', + meson_version: '>= 0.42.0', license: 'GPLv2+' )