Test for FontConfig availability in configure when using wxGTK

This library is now needed in order to implement wxFont private font
methods.
This commit is contained in:
Vadim Zeitlin
2017-11-07 18:23:11 +01:00
parent 28864d3ef6
commit ac4f99fa0d
6 changed files with 109 additions and 6 deletions

View File

@@ -118,7 +118,7 @@ private:
wxDECLARE_DYNAMIC_CLASS(wxFont);
};
#ifndef __WXMSW__
#if wxUSE_FONTCONFIG
#define wxHAS_PRIVATE_FONTS 1
#endif