summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrigori Goronzy <greg@blackbox>2012-10-16 19:59:59 +0200
committerGrigori Goronzy <greg@blackbox>2012-10-16 19:59:59 +0200
commit8059d8ced8cd4a0abb9f7af54746468b052342c6 (patch)
tree2b87aed9cb5f5549ef3ca233451e2b6b2855681d
parentbf8a657f3294e694b4f87231db8766be258dde95 (diff)
downloadlibass-8059d8ced8cd4a0abb9f7af54746468b052342c6.tar.bz2
libass-8059d8ced8cd4a0abb9f7af54746468b052342c6.tar.xz
Fix generation of libass.pc0.10.1
-rw-r--r--configure.ac4
1 files 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}"