[pango/minor-cleanups: 4/4] cosmetics
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pango/minor-cleanups: 4/4] cosmetics
- Date: Tue, 15 Feb 2022 13:50:44 +0000 (UTC)
commit 387c48f22e47606e2f59dc73173cd694f91ad3c1
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]