From baf29a9214c5237282a284a185aa29f594757560 Mon Sep 17 00:00:00 2001 From: Julian Sparber Date: Thu, 14 Jan 2021 17:33:21 +0100 Subject: [PATCH] bump min libhandy version to 1.2 --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 31a784e6..99913845 100644 --- a/meson.build +++ b/meson.build @@ -89,7 +89,7 @@ icu_uc = dependency('icu-uc', version: '>=60') iso_codes = dependency('iso-codes') javascriptcoregtk = dependency('javascriptcoregtk-4.0', version: '>=' + target_webkit) json_glib = dependency('json-glib-1.0', version: '>= 1.0') -libhandy = dependency('libhandy-1', version: '>= 1.0.1') +libhandy = dependency('libhandy-1', version: '>= 1.2') libmath = cc.find_library('m') libpeas = dependency('libpeas-1.0', version: '>= 1.24.0') libpeas_gtk = dependency('libpeas-gtk-1.0', version: '>= 1.24.0')