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-15 07:50:34 -0600
commit387c48f22e47606e2f59dc73173cd694f91ad3c1 (patch)
tree49c6eff8c430cd75076ea4330ef09fd4d4114163
parentcd08fb7402498e6ea542b4628447547477ac212e (diff)
downloadpango-387c48f22e47606e2f59dc73173cd694f91ad3c1.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