[gnome-shell] build: Require latest meson
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] build: Require latest meson
- Date: Fri, 22 Sep 2017 15:49:37 +0000 (UTC)
commit 9d01828b5b07c5e009c9325c66a8caf17cd04661
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Aug 15 21:46:27 2017 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 4c1f5c6..076704e 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+'
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]