summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-01-07 10:02:28 +0100
committerBastien Nocera <hadess@hadess.net>2020-01-07 10:16:07 +0100
commit8aae04bdc9116be85277fc76ea07d0b978904b47 (patch)
tree26bcf81b91687ad19b2c54e8c4813694528ac1c7 /meson.build
parentc5f912c7f0ae23becdef89c5a6faa55fea202489 (diff)
downloadtotem-8aae04bdc9116be85277fc76ea07d0b978904b47.tar.gz
build: Bump meson requirement
Fixes warning: WARNING: Project specifies a minimum meson_version '>= 0.49.0' but uses features which were added in newer versions: * 0.50.0: {'install arg in configure_file'} Closes: #384
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ae31d3376..ec44bbf23 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
version: '3.34.0',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
- meson_version: '>= 0.49.0'
+ meson_version: '>= 0.50.0'
)
totem_version = meson.project_version()