summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKhaled Hosny <khaled@libreoffice.org>2023-08-03 14:39:37 +0000
committerخالد حسني <khaled@libreoffice.org>2023-08-03 19:55:43 +0200
commit803747fa9cb9a47e2f392d55b72033185c905e22 (patch)
treea3054a0c14aeef9a5bf17abf275fa8614f38f4ea /configure.ac
parent61845b3d9fed6a8b97e90ec12126d1e1e4cc18d0 (diff)
Raise minimum FontConfig version to 2.12.0
I want to use FC_SYMBOL and this the first stable version to have it, and our baseline has 2.13.x already. Change-Id: I606b99190020085cdf20a52788a021543c365fca Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155312 Tested-by: Jenkins Reviewed-by: خالد حسني <khaled@libreoffice.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e7beaf945fb7..667e3748cc7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6091,7 +6091,7 @@ fi
AC_SUBST(ENABLE_CUPS)
-libo_CHECK_SYSTEM_MODULE([fontconfig],[FONTCONFIG],[fontconfig >= 2.4.1],,system,TRUE)
+libo_CHECK_SYSTEM_MODULE([fontconfig],[FONTCONFIG],[fontconfig >= 2.12.0],,system,TRUE)
dnl whether to find & fetch external tarballs?
dnl ===================================================================