icu76.1.patch (368B)
1 --- imv-v4.5.0-orig/meson.build 2 +++ imv-v4.5.0/meson.build 3 @@ -42,7 +42,7 @@ 4 5 _unicode = get_option('unicode') 6 if _unicode == 'icu' 7 - unicode_lib = dependency('icu-io') 8 + unicode_lib = [ dependency('icu-io'), dependency('icu-uc') ] 9 add_project_arguments('-DIMV_USE_ICU', language: 'c') 10 elif _unicode == 'grapheme' 11 unicode_lib = cc.find_library('grapheme')