summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5e879a82..a0cf1284 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,7 +208,7 @@ AM_CONDITIONAL(CROSS_COMPILING, [test $cross_compiling = yes])
# Checks for HarfBuzz
#
have_harfbuzz=false
-PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 1.2.3, have_harfbuzz=true, :)
+PKG_CHECK_MODULES(HARFBUZZ, harfbuzz >= 1.4.2, have_harfbuzz=true, :)
AM_CONDITIONAL(HAVE_HARFBUZZ, $have_harfbuzz)
#
diff --git a/meson.build b/meson.build
index 9a5a4c72..9721e276 100644
--- a/meson.build
+++ b/meson.build
@@ -196,7 +196,7 @@ pango_deps = []
glib_req_version = '>= 2.33.12'
fribidi_req_version = '>= 0.19.7'
libthai_req_version = '>= 0.1.9'
-harfbuzz_req_version = '>= 1.2.3'
+harfbuzz_req_version = '>= 1.4.2'
fontconfig_req_version = '>= 2.11.91'
xft_req_version = '>= 2.0.0'
cairo_req_version = '>= 1.12.10'