X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=upstream%2FMakefile;h=70e2519839945c44a2a2ca4cfeb13d2e39e371cf;hp=6de792c3213cd9afa2591a6aa74ce1f80b5d2348;hb=HEAD;hpb=e7c198d57f16f05ebff6737d19bea73ac3ff61c6 diff --git a/upstream/Makefile b/upstream/Makefile index 6de792c..70e2519 100644 --- a/upstream/Makefile +++ b/upstream/Makefile @@ -324,7 +324,7 @@ version_gd = 2.0.35 url_gd = http://www.chipsnbytes.net/downloads/gd-$(version_gd).tar.gz configure_gd = --disable-shared --host=mips-unknown-elf -tasks/build_gd: tasks/patch_gd tasks/build_libc +tasks/build_gd: tasks/build_freetype tasks/patch_gd tasks/build_libc mkdir -p $(usr) cd build/gd-$(version_gd) && \ CPPFLAGS=-I$(usr)/include/freetype2 LDFLAGS=-L$(usr)/lib ./configure --prefix=$(usr) $(configure_gd) && \