Commit 790f9efd authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

contrib: freetype2: Disable bzip2

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