From a5f81c90e397278df3e554027699301b3dcc984e Mon Sep 17 00:00:00 2001 From: Oneric Date: Sat, 18 Dec 2021 21:44:05 +0100 Subject: configure: bump minimum GNU FriBidi version 0.19.0 was not a proper release, but used during a development phase from 2004-2008 and not all variants of 0.19.0 already contain all the features we need. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c38333f..8c95a4c 100644 --- a/configure.ac +++ b/configure.ac @@ -72,8 +72,8 @@ PKG_CHECK_MODULES([FREETYPE], [freetype2 >= 9.17.3], [ AC_DEFINE(CONFIG_FREETYPE, 1, [found freetype2 via pkg-config]) ]) -PKG_CHECK_MODULES([FRIBIDI], [fribidi >= 0.19.0], [ - pkg_requires="fribidi >= 0.19.0, ${pkg_requires}" +PKG_CHECK_MODULES([FRIBIDI], [fribidi >= 0.19.1], [ + pkg_requires="fribidi >= 0.19.1, ${pkg_requires}" CFLAGS="$CFLAGS $FRIBIDI_CFLAGS" LIBS="$LIBS $FRIBIDI_LIBS" AC_DEFINE(CONFIG_FRIBIDI, 1, [found fribidi via pkg-config]) -- cgit v1.2.3