[vlc-commits] contrib/fontconfig: require at least 2.10.92
Sean McGovern
git at videolan.org
Thu Mar 10 10:24:06 CET 2016
vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Wed Mar 9 19:02:43 2016 -0500| [6e44b5d8e23dabed82ddbb9a22e89d1d96c1efa7] | committer: Jean-Baptiste Kempf
contrib/fontconfig: require at least 2.10.92
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e44b5d8e23dabed82ddbb9a22e89d1d96c1efa7
---
contrib/src/fontconfig/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/fontconfig/rules.mak b/contrib/src/fontconfig/rules.mak
index e78ec12..0430c8c 100644
--- a/contrib/src/fontconfig/rules.mak
+++ b/contrib/src/fontconfig/rules.mak
@@ -4,7 +4,7 @@ FONTCONFIG_VERSION := 2.11.1
FONTCONFIG_URL := https://www.freedesktop.org/software/fontconfig/release/fontconfig-$(FONTCONFIG_VERSION).tar.gz
PKGS += fontconfig
-ifeq ($(call need_pkg,"fontconfig"),)
+ifeq ($(call need_pkg,"fontconfig >= 2.10.92"),)
PKGS_FOUND += fontconfig
endif
More information about the vlc-commits
mailing list