Commit 7f65a8eb authored by Rafaël Carré's avatar Rafaël Carré

contrib: harfbuzz: disable icu

icu-config is not suited for cross-compilation
parent b1eae5f4
......@@ -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 $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment