Commit 88a86b39 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

contrib: freetype: avoid circular dependency with harfbuzz

(cherry picked from commit 5b58faa2468f0699c6e6f402ea03f489f4360441)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent e72c10bf
...@@ -22,6 +22,6 @@ DEPS_freetype = zlib $(DEPS_zlib) ...@@ -22,6 +22,6 @@ DEPS_freetype = zlib $(DEPS_zlib)
.freetype2: freetype .freetype2: freetype
sed -i.orig s/-ansi// $</builds/unix/configure 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 cd $< && $(MAKE) && $(MAKE) install
touch $@ 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