From 9cb392f306e96534337b177eeee4e1239e8ab337 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 12 Feb 2022 08:55:09 -0500 Subject: cosmetics No need to check harfbuzz_dep. We require it. --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index bcb92db5..59a39434 100644 --- a/meson.build +++ b/meson.build @@ -391,7 +391,7 @@ if not freetype_dep.found() endif # To build pangoft2, we need HarfBuzz, FontConfig and FreeType -build_pangoft2 = harfbuzz_dep.found() and fontconfig_dep.found() and freetype_dep.found() +build_pangoft2 = fontconfig_dep.found() and freetype_dep.found() if build_pangoft2 pango_conf.set('HAVE_FREETYPE', 1) pango_deps += freetype_dep -- cgit v1.2.1