From abaa182fb9e63380f15bc96302223663638aa2f4 Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Mon, 24 Apr 2023 09:32:24 +0200 Subject: Bump the minimum ICU version to 70 ICU 68 is too old for the Chromium branch used by qtwebengine. Pick-to: 6.5 Change-Id: I801d03ef7d4d12446a568c5dc9a50edeab8bf3c4 Reviewed-by: Allan Sandfeld Jensen --- configure.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.cmake') diff --git a/configure.cmake b/configure.cmake index c073d305d..fef1ba03a 100644 --- a/configure.cmake +++ b/configure.cmake @@ -45,7 +45,7 @@ if(PkgConfig_FOUND) pkg_check_modules(PNG libpng>=1.6.0) pkg_check_modules(ZLIB zlib) pkg_check_modules(RE2 re2 IMPORTED_TARGET) - pkg_check_modules(ICU icu-uc>=68 icu-i18n>=68) + pkg_check_modules(ICU icu-uc>=70 icu-i18n>=70) pkg_check_modules(WEBP libwebp libwebpmux libwebpdemux) pkg_check_modules(LCMS2 lcms2) pkg_check_modules(FREETYPE freetype2 IMPORTED_TARGET) -- cgit v1.2.1