From 8059d8ced8cd4a0abb9f7af54746468b052342c6 Mon Sep 17 00:00:00 2001 From: Grigori Goronzy Date: Tue, 16 Oct 2012 19:59:59 +0200 Subject: [PATCH] Fix generation of libass.pc --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8e1a436..7d37252 100644 --- a/configure.ac +++ b/configure.ac @@ -94,13 +94,13 @@ AM_CONDITIONAL([HAVE_LIBPNG], [test x$libpng = xtrue]) # add libraries/packages to pkg-config for static linking pkg_libs="-lm" -pkg_requires="freetype2 >= 9.6.3" +pkg_requires="freetype2 >= 9.10.3" pkg_requires="fribidi >= 0.19.0, ${pkg_requires}" if test x$enca = xtrue; then pkg_requires="enca, ${pkg_requires}" fi if test x$fontconfig = xtrue; then - pkg_requires="fontconfig >= 2.2.0, ${pkg_requires}" + pkg_requires="fontconfig >= 2.4.2, ${pkg_requires}" fi if test x$harfbuzz = xtrue; then pkg_requires="harfbuzz >= 0.9.5, ${pkg_requires}" -- 2.11.4.GIT