[gvfs/wip/oholy/meson-version] build: Bump required meson version to 0.50.0
- From: Ondrej Holy <oholy src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs/wip/oholy/meson-version] build: Bump required meson version to 0.50.0
- Date: Tue, 2 Apr 2019 14:35:59 +0000 (UTC)
commit c15ffe315080915b90eb3391ae2eebebbe974c50
Author: Ondrej Holy <oholy redhat com>
Date: Thu Mar 28 13:46:45 2019 +0100
build: Bump required meson version to 0.50.0
We are obviously using features from meson 0.50.0 as per the
following warnings:
WARNING: Project targetting '>= 0.49.0' but tried to use feature
introduced in '0.50.0': install arg in configure_file
So let's bump the required version in order to prevent those
warnings.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index caf67490..fd117127 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
version: '1.41.1',
license: 'LGPL2+',
default_options: 'buildtype=debugoptimized',
- meson_version: '>= 0.49.0',
+ meson_version: '>= 0.50.0',
)
gvfs_name = meson.project_name()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]