diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2018-09-28 08:58:39 -0400 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2018-09-28 09:04:13 -0400 |
commit | 430bf6c7a1a24a59050e7c9dac56b64b820edb43 (patch) | |
tree | 47cc478ab82120835f3e851f6781bad267cb2890 /depends/packages/libX11.mk | |
parent | d799efe21432ad55c41d5315f24c002bc8b3d119 (diff) |
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.
Diffstat (limited to 'depends/packages/libX11.mk')
0 files changed, 0 insertions, 0 deletions