[vlc-commits] Contribs: we want a pure harfbuzz :)
Jean-Baptiste Kempf
git at videolan.org
Tue Oct 27 23:09:57 CET 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Oct 27 23:09:31 2015 +0100| [f6669c9142a99b193589f5544a3552588fa4d505] | committer: Jean-Baptiste Kempf
Contribs: we want a pure harfbuzz :)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f6669c9142a99b193589f5544a3552588fa4d505
---
contrib/src/harfbuzz/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/harfbuzz/rules.mak b/contrib/src/harfbuzz/rules.mak
index 2ab9708..59a8ec4 100644
--- a/contrib/src/harfbuzz/rules.mak
+++ b/contrib/src/harfbuzz/rules.mak
@@ -23,6 +23,6 @@ DEPS_harfbuzz = freetype2 $(DEPS_freetype2)
.harfbuzz: harfbuzz
cd $< && env NOCONFIGURE=1 sh autogen.sh
- cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS)" ./configure $(HOSTCONF) ICU_CONFIG=no
+ cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS)" ./configure $(HOSTCONF) --with-icu=no --with-glib=no --with-fontconfig=no
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list