summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorWill Thompson <wjt@endlessos.org>2022-12-02 14:55:21 +0000
committerWill Thompson <wjt@endlessos.org>2022-12-02 14:55:21 +0000
commit5915ec8f0dfa5177845fc985e4feb662b9ea542f (patch)
treefbe47a6a8abe12dbf908766f6b857a78d2b9cb50 /meson.build
parent573fc0b9b52773efbda46728b2d0f0dbc5b9ca30 (diff)
downloadgnome-initial-setup-5915ec8f0dfa5177845fc985e4feb662b9ea542f.tar.gz
meson: Reduce minimum version again
bfb0e6a97a26994d098e02f83ab95e4c293053ca bumped this to 0.60.0 to take advantage of Meson's new support for passing multiple names to dependency(). But it was then realised that the two WebKits are not API-compatible enough to do this, so the use of that feature was removed again in 48a971685ff4038412f14f5740dd2a33eb44f85f and c848110d0935f52dc882e552b3a8afe50c9c31e8. Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/171>
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 5a84b3c..5db41de 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project('gnome-initial-setup',
['c'],
version: '44.alpha.2',
license: 'GPL-2.0-or-later',
- meson_version: '>= 0.60.0',
+ meson_version: '>= 0.53.0',
)
cc = meson.get_compiler('c')