Always set wxUSE_GRAPHICS_CONTEXT to 1 by default
Don't bother with compiler and gcc version check, all compilers should provide GDI+ headers/libraries by now.
This commit is contained in:
parent
6bbfdb157e
commit
1e26cbfcaf
9 changed files with 14 additions and 145 deletions
|
|
@ -346,13 +346,7 @@
|
|||
#cmakedefine01 wxUSE_WEBVIEW_WEBKIT2
|
||||
#endif
|
||||
|
||||
|
||||
#if defined(_MSC_VER) || \
|
||||
(defined(__MINGW32__) && (__GNUC__ > 4 || __GNUC_MINOR__ >= 8))
|
||||
#cmakedefine01 wxUSE_GRAPHICS_CONTEXT
|
||||
#else
|
||||
#cmakedefine01 wxUSE_GRAPHICS_CONTEXT
|
||||
#endif
|
||||
|
||||
#cmakedefine01 wxUSE_CAIRO
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue