mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1738422 - Part 12: Bump minimum required ICU version to 70.1. r=platform-i18n-reviewers,dminor
Requiring at least ICU 70 allows to clean-up code in the next patch of this stack. Depends on D129933 Differential Revision: https://phabricator.services.mozilla.com/D129934
This commit is contained in:
parent
ff9c1aa3c8
commit
2b4f928d8c
@ -1027,7 +1027,7 @@ set_define(
|
||||
# ======================================================
|
||||
system_lib_option("--with-system-icu", help="Use system ICU")
|
||||
|
||||
system_icu = pkg_check_modules("MOZ_ICU", "icu-i18n >= 69.1", when="--with-system-icu")
|
||||
system_icu = pkg_check_modules("MOZ_ICU", "icu-i18n >= 70.1", when="--with-system-icu")
|
||||
|
||||
set_config("MOZ_SYSTEM_ICU", True, when=system_icu)
|
||||
set_define("MOZ_SYSTEM_ICU", True, when=system_icu)
|
||||
|
Loading…
Reference in New Issue
Block a user