summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-03-28 13:46:45 +0100
committerOndrej Holy <oholy@redhat.com>2019-05-16 09:36:59 +0000
commita19e737c7fb8d6aee95d00b0b55ef5f7429b24a7 (patch)
treea1e6ba7c616eb20870b00b826ad2bf1597fcb14c
parentbc8ac1055355a82bc32819569d048d1495793584 (diff)
downloadgvfs-a19e737c7fb8d6aee95d00b0b55ef5f7429b24a7.tar.gz
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.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 48e9f0bb..93c6404a 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
version: '1.41.2',
license: 'LGPL2+',
default_options: 'buildtype=debugoptimized',
- meson_version: '>= 0.49.0',
+ meson_version: '>= 0.50.0',
)
gvfs_name = meson.project_name()