From: Matthias Clasen Date: Sun, 25 Sep 2022 00:07:03 +0000 (-0400) Subject: Bump the meson requirement X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~1^2~36^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0f4f90d7223ae0e3c32a0c4ac609d54c8ce65c69;p=gtk4.git Bump the meson requirement GLib requires meson 0.60 nowadays, and it does not make much sense for us to support an older meson. --- diff --git a/meson.build b/meson.build index a4e69be6d1..1f3ac591f3 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,7 @@ project('gtk', 'c', # https://github.com/mesonbuild/meson/issues/2289 'c_std=gnu99', ], - meson_version : '>= 0.59', + meson_version : '>= 0.60.0', license: 'LGPL-2.1-or-later') glib_req = '>= 2.66.0'