Cory Fields 430bf6c7a1 depends: fix bitcoin-qt back-compat with older freetype versions at runtime
A few years ago, libfreetype introduced FT_Get_Font_Format() as an alias for
FT_Get_X11_Font_Format(), but FT_Get_X11_Font_Format() was kept for abi
backwards-compatibility.

Our qt bump to 5.9 introduced a call to FT_Get_Font_Format(). Replace it with
FT_Get_X11_Font_Format() in order to remain compatibile with older freetype,
which is still used by e.g. Ubuntu Trusty.
2018-09-28 09:04:13 -04:00
..
2016-06-10 05:34:50 -04:00
2017-05-03 18:19:08 +08:00
2018-02-15 18:44:43 +08:00
2017-01-11 08:44:23 +08:00
2018-03-06 18:18:14 -05:00
2018-02-13 17:05:22 -08:00
2018-06-27 13:20:02 +00:00
2017-03-10 16:53:05 -05:00