summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorRobert Mader <robert.mader@posteo.de>2019-07-22 13:55:18 +0200
committerCarlos Garnacho <mrgarnacho@gmail.com>2019-08-05 22:05:10 +0000
commit8e5765572772a3364231a1298d8b10d7a6b1d369 (patch)
tree1eb6cdb8a296dbc90f35ca94ef8035c897e48386 /meson.build
parent75dedc6fb2ba51f17b79bb4274bdcaaa4a47267f (diff)
downloadgsettings-desktop-schemas-8e5765572772a3364231a1298d8b10d7a6b1d369.tar.gz
meson: Bump version requirement
To silence the build warning about it.
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 1c28993..89bcd94 100644
--- a/meson.build
+++ b/meson.build
@@ -5,7 +5,7 @@ project(
'warning_level=2'
],
license: 'LGPL',
- meson_version: '>= 0.46.0'
+ meson_version: '>= 0.50.0'
)
gsettings_desktop_schemas_name = meson.project_name()