]> git.sesse.net Git - vlc/commitdiff
contrib: freetype: avoid circular dependency with harfbuzz
authorRafaël Carré <funman@videolan.org>
Sat, 6 Sep 2014 16:12:21 +0000 (18:12 +0200)
committerRafaël Carré <funman@videolan.org>
Sat, 6 Sep 2014 16:12:21 +0000 (18:12 +0200)
contrib/src/freetype2/rules.mak

index 9f5ad237438de51c0d23a636875f30e444c7a968..d8547d3c0886ec52abf5eca59d8023d3bd69d8a4 100644 (file)
@@ -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 $@