Commit 8f2310f8 authored by Bernie Purcell's avatar Bernie Purcell

Add additional dependancies on fontconfig so that a rebuild will

be forced when the patch or the Makefile itself changes - a previous
change hasn't been picked up by buildbot, and it hasn't been
corrected on win32 builds.
parent 9abac129
......@@ -437,7 +437,7 @@ DISTCLEAN_PKG += libiconv-$(LIBICONV_VERSION).tar.gz
fontconfig-$(FONTCONFIG_VERSION).tar.gz:
$(WGET) $(FONTCONFIG_URL)
fontconfig: fontconfig-$(FONTCONFIG_VERSION).tar.gz
fontconfig: fontconfig-$(FONTCONFIG_VERSION).tar.gz Makefile Patches/fontconfig.patch
$(EXTRACT_GZ)
patch -p0 < Patches/fontconfig.patch
......
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