Commit 5b58faa2 authored by Rafaël Carré's avatar Rafaël Carré

contrib: freetype: avoid circular dependency with harfbuzz

parent 8f6f849b
......@@ -22,6 +22,6 @@ DEPS_freetype = zlib $(DEPS_zlib)
.freetype2: freetype
sed -i.orig s/-ansi// $</builds/unix/configure
cd $< && GNUMAKE=$(MAKE) $(HOSTVARS) ./configure --with-zlib=yes --without-png $(HOSTCONF)
cd $< && GNUMAKE=$(MAKE) $(HOSTVARS) ./configure --with-harfbuzz=no --with-zlib=yes --without-png $(HOSTCONF)
cd $< && $(MAKE) && $(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