[vlc-commits] contrib: freetype: avoid circular dependency with harfbuzz
Rafaël Carré
git at videolan.org
Sat Sep 6 18:29:02 CEST 2014
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Sep 6 18:12:21 2014 +0200| [5b58faa2468f0699c6e6f402ea03f489f4360441] | committer: Rafaël Carré
contrib: freetype: avoid circular dependency with harfbuzz
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5b58faa2468f0699c6e6f402ea03f489f4360441
---
contrib/src/freetype2/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/freetype2/rules.mak b/contrib/src/freetype2/rules.mak
index 9f5ad23..d8547d3 100644
--- a/contrib/src/freetype2/rules.mak
+++ b/contrib/src/freetype2/rules.mak
@@ -22,6 +22,6 @@ DEPS_freetype = zlib $(DEPS_zlib)
.freetype2: freetype
sed -i.orig s/-ansi// $</builds/unix/configure
- cd $< && GNUMAKE=$(MAKE) $(HOSTVARS) ./configure --with-zlib=yes --without-png $(HOSTCONF)
+ cd $< && GNUMAKE=$(MAKE) $(HOSTVARS) ./configure --with-harfbuzz=no --with-zlib=yes --without-png $(HOSTCONF)
cd $< && $(MAKE) && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list