Also disable SDL under macOS for configure-based builds

SDL-based wxSound backend doesn't currently compile under macOS and is
probably not very useful there anyhow.
This commit is contained in:
Vadim Zeitlin
2019-02-03 22:51:10 +01:00
parent 6be0e7749c
commit b1057cad05
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -34514,7 +34514,7 @@ fi
WITH_PLUGIN_SDL=0
if test "$wxUSE_SOUND" = "yes"; then
if test "$USE_UNIX" = 1 ; then
if test "$USE_UNIX" = 1 -a "$USE_MAC" != 1 ; then
if test "$wxUSE_LIBSDL" != "no"; then
pkg_failed=no

View File

@@ -5560,7 +5560,7 @@ fi
WITH_PLUGIN_SDL=0
if test "$wxUSE_SOUND" = "yes"; then
if test "$USE_UNIX" = 1 ; then
if test "$USE_UNIX" = 1 -a "$USE_MAC" != 1 ; then
if test "$wxUSE_LIBSDL" != "no"; then
PKG_CHECK_MODULES([SDL], [sdl2 >= 2.0.0],
[