mirror of https://github.com/PCSX2/pcsx2.git
linux: use wx3.0 by default
+ Wx3.0 fixes various issue on linux (better sizing of box) + Debian doesn't provide wx2.8 anymore. Ubuntu will probably follow soon (close issue #342) If you want to use wx2.8: * Either you remove wx3.0 from your system * Either you use the cmake option -DWX28_API=TRUE Please don't hesitate to report any regresions.
This commit is contained in:
parent
070dce4c83
commit
4b6632edf4
|
@ -35,7 +35,7 @@ option(EXTRA_PLUGINS "Build various 'extra' plugins")
|
|||
# FIXME do a proper detection
|
||||
set(SDL2_LIBRARY "-lSDL2")
|
||||
option(SDL2_API "Use SDL2 on spu2x and onepad")
|
||||
option(WX28_API "Force wxWidget 2.8 lib. Default:ON" ON)
|
||||
option(WX28_API "Force wxWidget 2.8 lib")
|
||||
|
||||
if(PACKAGE_MODE)
|
||||
if(NOT DEFINED PLUGIN_DIR)
|
||||
|
|
Loading…
Reference in New Issue