From: Matthias Clasen Date: Wed, 10 May 2023 01:33:21 +0000 (-0400) Subject: build: Require meson 0.63 X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~281^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=27368a418ad4ac8ecafbaa51db18531a5e5c160a;p=gtk4.git build: Require meson 0.63 This is needed for option deprecation. --- diff --git a/meson.build b/meson.build index 825b9c629d..a7db954f7f 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.60.0', + meson_version : '>= 0.63.0', license: 'LGPL-2.1-or-later') # keep these numbers in sync with wrap files where there exist