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

@@ -833,6 +833,10 @@
*/
#define wxUSE_PLUGINS 0
/*
* Use FontConfig library for private fonts support in wxFont.
*/
#define wxUSE_FONTCONFIG 0
/*
* Use GTK print for printing under GTK+ 2.10+
*/