Commit f6669c91 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs: we want a pure harfbuzz :)

parent 7b208835
......@@ -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 $@
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