Make wxrc independent from GUI support
The wxrc program does not depend on the GUI libraries, but only on the base and XML libraries, so make it possible to build it in non-GUI builds too. Closes https://github.com/wxWidgets/wxWidgets/pull/2419
This commit is contained in:
committed by
Vadim Zeitlin
parent
aaa2dabf5d
commit
30915c6163
@@ -310,7 +310,7 @@
|
||||
|
||||
#cmakedefine01 wxUSE_XRC
|
||||
|
||||
#define wxUSE_XML wxUSE_XRC
|
||||
#cmakedefine01 wxUSE_XML
|
||||
|
||||
#cmakedefine01 wxUSE_AUI
|
||||
|
||||
|
Reference in New Issue
Block a user