summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2019-12-13 16:23:16 +0100
committerBenjamin Berg <benjamin@sipsolutions.net>2020-07-31 08:53:12 +0000
commit9108152de8227a1a2d3df3444046e18df6fcd041 (patch)
treee8c1f179ba17cdc48d6fb5d6ea9dc3d2378f749b /meson.build
parentf1a088100487c455145d5768109cad30ea694955 (diff)
downloadgnome-settings-daemon-9108152de8227a1a2d3df3444046e18df6fcd041.tar.gz
meson: Bump required meson version to 0.47.0
Note that it is still complaining, but just for an optional argument that we only ever set to the default value.
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 2516950e..b6fc2ff6 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project(
'gnome-settings-daemon', 'c',
version: '3.36.1',
license: [ 'GPL2+', 'LGPLv2+' ],
- meson_version: '>= 0.44.0'
+ meson_version: '>= 0.47.0'
)
gsd_version = meson.project_version()