[vlc-commits] contrib: harfbuzz: disable icu
Rafaël Carré
git at videolan.org
Thu Dec 19 20:49:02 CET 2013
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Thu Dec 19 20:46:35 2013 +0100| [7f65a8eb0d563de4ff03a6aad5686b88112931ff] | committer: Rafaël Carré
contrib: harfbuzz: disable icu
icu-config is not suited for cross-compilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f65a8eb0d563de4ff03a6aad5686b88112931ff
---
contrib/src/harfbuzz/rules.mak | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/contrib/src/harfbuzz/rules.mak b/contrib/src/harfbuzz/rules.mak
index a40bc5f..1c76764 100644
--- a/contrib/src/harfbuzz/rules.mak
+++ b/contrib/src/harfbuzz/rules.mak
@@ -19,10 +19,8 @@ harfbuzz: harfbuzz-$(HARFBUZZ_VERSION).tar.bz2 .sum-harfbuzz
DEPS_harfbuzz = freetype2 $(DEPS_freetype2)
-HARFBUZZ_CONF=
-
.harfbuzz: harfbuzz
cd $< && env NOCONFIGURE=1 sh autogen.sh
- cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS)" ./configure $(HOSTCONF) $(HARFBUZZ_CONF)
+ cd $< && $(HOSTVARS) CFLAGS="$(CFLAGS)" ./configure $(HOSTCONF) --with-icu=no
cd $< && $(MAKE) install
touch $@
More information about the vlc-commits
mailing list