From 4b6632edf4229b8746e3996b5f8b98886f1a1fd0 Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Sat, 6 Dec 2014 19:55:23 +0100 Subject: [PATCH] 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. --- cmake/BuildParameters.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/BuildParameters.cmake b/cmake/BuildParameters.cmake index 6372b9157..1f68d80a2 100644 --- a/cmake/BuildParameters.cmake +++ b/cmake/BuildParameters.cmake @@ -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)