[pango/minor-cleanups: 4/4] cosmetics




commit 9cb392f306e96534337b177eeee4e1239e8ab337
Author: Matthias Clasen <mclasen redhat com>
Date:   Sat Feb 12 08:55:09 2022 -0500

    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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]