Set "WANT_SF2" to "OFF" for Apple

This commit is contained in:
Ubuntu
2014-09-08 12:35:57 -04:00
parent 40f640951c
commit 74e53f8354

View File

@@ -45,7 +45,8 @@ OPTION(WANT_WINMM "Include WinMM MIDI support" OFF)
IF(LMMS_BUILD_APPLE)
SET(WANT_ALSA OFF)
SET(WANT_SF2 OFF)
SET(WANT_ALSA OFF)
SET(WANT_PULSEAUDIO OFF)
SET(WANT_VST OFF)
SET(STATUS_ALSA "<not supported on this platform>")