[vlc-commits] Contribs: we want a pure harfbuzz :)

Jean-Baptiste Kempf git at videolan.org
Wed Oct 28 21:56:25 CET 2015


vlc/vlc-2.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Oct 27 23:09:31 2015 +0100| [8726b8cf974cfdff83150261578832329d2e48a7] | committer: Jean-Baptiste Kempf

Contribs: we want a pure harfbuzz :)

(cherry picked from commit f6669c9142a99b193589f5544a3552588fa4d505)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=8726b8cf974cfdff83150261578832329d2e48a7
---

 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 a7ad2ed..fbe3d01 100644
--- a/contrib/src/harfbuzz/rules.mak
+++ b/contrib/src/harfbuzz/rules.mak
@@ -24,6 +24,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