From 55c7610a68a4b77d836359fb1a3f56ba665915e8 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 4 Apr 2023 20:04:57 +0100 Subject: Bump up the requirement to gobject-introspection We now require 1.60.0, to unconditionally use the GI_CHECK_VERSION version check macro. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index a0a3dddf..6494cabd 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,7 @@ endif python_dep = python.dependency() glib_version_req = '>= 2.56.0' -gi_version_req = '>= 1.56.0' +gi_version_req = '>= 1.60.0' pycairo_version_req = '>= 1.16.0' libffi_version_req = '>= 3.0' -- cgit v1.2.1