Files
blackcoin-more/depends/packages
Cory Fields a204fe3bab 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.
2019-01-17 01:29:43 -08:00
..
2018-12-05 22:31:19 +01:00
2018-12-08 09:33:40 +01:00
2019-01-16 02:31:45 -08:00
2019-01-16 02:32:08 -08:00
2019-01-16 02:37:34 -08:00
2018-12-05 21:54:58 +01:00
2018-10-24 22:19:31 +02:00
2017-06-11 15:54:29 +02:00
2017-06-11 15:54:29 +02:00
2018-10-24 21:09:21 +03:00