From 4a628b236f2adbc715d5f923143022c097c298d5 Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Mon, 26 Jun 2023 15:19:29 +0200 Subject: [PATCH] [meson] Remove incorrect option for ICU subproject Fixes #4298 . --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index c39d65413..a6ca95c39 100644 --- a/meson.build +++ b/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