Actions
Emulator Issues #6776
closedMac OS X build always depends on wxWidgets
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
Description
Source/Core/InputCommon/Src/ControllerInterface/OSX/OSXKeyboard.mm always includes and uses wx/wx.h, even when DISABLE_WX is ON.
Updated by comexk over 11 years ago
- Status changed from New to Accepted
It's not just that - GLInterface/AGL.cpp uses the same wxPanel pointer, which is null if DISABLE_WX is on, to determine what window to render in. Might be others; did you try make -k or equivalent?
Actions