CMake: Support SDL audio back-end

Rename UNIX_SOUND_SRC_SDL to UNIX_SOUND_SDL_SRC to match the
signature of other variables (ending with _HDR or _SRC).
This commit is contained in:
Maarten Bent
2018-12-01 13:42:53 +01:00
parent 97f64e9941
commit 271ed4d990
8 changed files with 204 additions and 5 deletions

View File

@@ -74,6 +74,7 @@ wx_option(wxUSE_LIBLZMA "use LZMA compression" OFF)
set(wxTHIRD_PARTY_LIBRARIES ${wxTHIRD_PARTY_LIBRARIES} wxUSE_LIBLZMA "use liblzma for LZMA compression")
wx_option(wxUSE_OPENGL "use OpenGL (or Mesa)")
wx_option(wxUSE_LIBSDL "use SDL for audio on Unix")
if(NOT WIN32)
wx_option(wxUSE_LIBICONV "use libiconv (character conversion)")