mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2023-11-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the build system that caused configuration to halt if JACK support was not detected. * Fixed a regression in build system that caused configuration to halt if ALSA support was not detected. * Fixed a regression in caed(8) that caused the build to fail if HPI support was not enabled. * Fixed a regression in caed(8) that caused the build to fail if ALSA support was not enabled. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -452,8 +452,8 @@ fi
|
||||
# Setup Sound API Dependencies
|
||||
#
|
||||
AC_CHECK_HEADER(asihpi/hpi.h,[HPI_FOUND=yes],[])
|
||||
PKG_CHECK_MODULES(LIBJACK,jack,[JACK_FOUND=yes],[])
|
||||
PKG_CHECK_MODULES(ASOUNDLIB,alsa,[ALSA_FOUND=yes],[])
|
||||
PKG_CHECK_MODULES(LIBJACK,jack,[JACK_FOUND=yes],[JACK_NOT_FOUND=yes])
|
||||
PKG_CHECK_MODULES(ASOUNDLIB,alsa,[ALSA_FOUND=yes],[ALSA_NOT_FOUND=yes])
|
||||
if test $HPI_FOUND ; then
|
||||
if test -z $HPI_DISABLED ; then
|
||||
USING_HPI=yes
|
||||
|
Reference in New Issue
Block a user