[mutter/gnome-3-32] meson: Bump meson requirement to 0.50.0
- From: Jonas Ådahl <jadahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter/gnome-3-32] meson: Bump meson requirement to 0.50.0
- Date: Mon, 8 Jul 2019 16:03:02 +0000 (UTC)
commit ccab0f470dcc556073754c8adf9413819d22cc14
Author: Marco Trevisan (Treviño) <mail 3v1n0 net>
Date: Tue May 21 12:23:42 2019 -0500
meson: Bump meson requirement to 0.50.0
We've been using configure_file's `install` property for some time now, but this
has been officially supported and works as expected only since meson 0.50, so,
bump version to avoid warnings and ensure the behavior is the one we want.
https://gitlab.gnome.org/GNOME/mutter/issues/668
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index b2239ed81..43ae5ef3d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('mutter', 'c',
version: '3.32.2',
- meson_version: '>= 0.48.0',
+ meson_version: '>= 0.50.0',
license: 'GPLv2+'
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]