mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-14 09:46:57 -04:00
Better message for missing sndio (#3596)
Better message for missing sndio
This commit is contained in:
@@ -392,15 +392,15 @@ IF(LMMS_BUILD_LINUX OR LMMS_BUILD_APPLE OR LMMS_BUILD_OPENBSD)
|
||||
FIND_PACKAGE(Threads)
|
||||
ENDIF(LMMS_BUILD_LINUX OR LMMS_BUILD_APPLE OR LMMS_BUILD_OPENBSD)
|
||||
|
||||
IF(LMMS_BUILD_OPENBSD)
|
||||
FIND_PACKAGE(Sndio)
|
||||
IF(SNDIO_FOUND)
|
||||
SET(LMMS_HAVE_SNDIO TRUE)
|
||||
SET(STATUS_SNDIO "OK")
|
||||
ELSE()
|
||||
SET(STATUS_SNDIO "<not found or not supported on this platform>")
|
||||
ENDIF(SNDIO_FOUND)
|
||||
ENDIF(LMMS_BUILD_OPENBSD)
|
||||
# check for sndio (openbsd only, roaraudio won't work yet)
|
||||
FIND_PACKAGE(Sndio)
|
||||
IF(LMMS_BUILD_OPENBSD AND SNDIO_FOUND)
|
||||
SET(LMMS_HAVE_SNDIO TRUE)
|
||||
SET(STATUS_SNDIO "OK")
|
||||
ELSE()
|
||||
SET(STATUS_SNDIO "<not found or not supported on this platform>")
|
||||
SET(SNDIO_LIBRARY "")
|
||||
ENDIF()
|
||||
|
||||
# check for WINE
|
||||
IF(WANT_VST)
|
||||
|
||||
Reference in New Issue
Block a user