[meson] Remove incorrect option for ICU subproject

Fixes #4298 .
pull/4301/head
arch1t3cht 2 years ago committed by خالد حسني (Khaled Hosny)
parent 6c4f975dcb
commit 4a628b236f
  1. 1
      meson.build

@ -124,7 +124,6 @@ if meson.version().version_compare('>=0.60.0')
icu_dep = dependency('icu-uc', 'ICU',
components: 'uc',
required: get_option('icu'),
default_options: ['harfbuzz=disabled'],
allow_fallback: true)
else
# painful hack to handle multiple dependencies but also respect options

Loading…
Cancel
Save