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
@@ -77,6 +77,9 @@ USE_WEBVIEW ?= 1
|
||||
# Build multimedia library (USE_GUI must be 1)? [0,1]
|
||||
USE_MEDIA ?= 1
|
||||
|
||||
# Build XML-related libraries? [0,1]
|
||||
USE_XML ?= 1
|
||||
|
||||
# Build wxXRC library (USE_GUI must be 1)? [0,1]
|
||||
USE_XRC ?= 1
|
||||
|
||||
|
Reference in New Issue
Block a user