summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-02-12 08:55:09 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-02-12 08:55:48 -0500
commit9cb392f306e96534337b177eeee4e1239e8ab337 (patch)
treea61657a37bbbb1ae4d75a9aade5e3bd9790f54b3
parent6445603d5257e48466f622453b0949cf7c54d367 (diff)
downloadpango-9cb392f306e96534337b177eeee4e1239e8ab337.tar.gz
cosmetics
No need to check harfbuzz_dep. We require it.
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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