From 27368a418ad4ac8ecafbaa51db18531a5e5c160a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 9 May 2023 21:33:21 -0400 Subject: [PATCH] build: Require meson 0.63 This is needed for option deprecation. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2