From 209e9841f28ef3b38b9784a39e85edf69a9a853d Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Sat, 23 Jan 2021 14:15:29 +0100 Subject: Require HarfBuzz 2.0.0. This is needed to make commit f1f9705f9 work. * CMakeLists.txt (HARFBUZZ_MIN_VERSION), builds/unix/configure.raw (harfbuzz_pkg), meson.build (harfbuzz_dep): Updated. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index cd63cf020..b773d4be1 100644 --- a/meson.build +++ b/meson.build @@ -274,7 +274,7 @@ endif # Harfbuzz support harfbuzz_dep = dependency('harfbuzz', - version: '>= 1.8.0', + version: '>= 2.0.0', required: get_option('harfbuzz')) if harfbuzz_dep.found() ftoption_command += ['--enable=FT_CONFIG_OPTION_USE_HARFBUZZ'] -- cgit v1.2.1