mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 07:05:47 +01:00
Preliminary changes for wxWidgets 3.0.1
We can't go to 3.0.1 yet as there are still build issues on Linux and OSX. You can get Windows to build, but there's still some display issues. These changes should work with wxWidgets 2.8.12 as well, so we can take our time to get things working properly before switching over.
This commit is contained in:
2
lib-src/lib-widget-extra/configure
vendored
2
lib-src/lib-widget-extra/configure
vendored
@@ -16447,7 +16447,7 @@ wx_version=`${WX_CONFIG} $wxconfigargs --version`
|
||||
$as_echo "$as_me: Checking that the chosen version of wxWidgets is 2.8.x" >&6;}
|
||||
|
||||
case "${wx_version}" in
|
||||
2.8.*)
|
||||
2.8.* | 3.0.*)
|
||||
echo "Great, you're using wxWidgets ${wx_version}!"
|
||||
;;
|
||||
*)
|
||||
|
||||
@@ -131,7 +131,7 @@ wx_version=`${WX_CONFIG} $wxconfigargs --version`
|
||||
AC_MSG_NOTICE([Checking that the chosen version of wxWidgets is 2.8.x])
|
||||
|
||||
case "${wx_version}" in
|
||||
2.8.*)
|
||||
2.8.* | 3.0.*)
|
||||
echo "Great, you're using wxWidgets ${wx_version}!"
|
||||
;;
|
||||
*)
|
||||
|
||||
Reference in New Issue
Block a user