mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
bump required alsa version
This commit is contained in:
parent
a571565f86
commit
c1892f29de
1 changed files with 2 additions and 2 deletions
|
|
@ -638,7 +638,7 @@ AC_ARG_ENABLE([alsa],
|
|||
[alsa=auto])
|
||||
|
||||
if test "x${alsa}" != xno ; then
|
||||
PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.17 ],
|
||||
PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.19 ],
|
||||
[
|
||||
HAVE_ALSA=1
|
||||
AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?])
|
||||
|
|
@ -646,7 +646,7 @@ if test "x${alsa}" != xno ; then
|
|||
[
|
||||
HAVE_ALSA=0
|
||||
if test "x$alsa" = xyes ; then
|
||||
AC_MSG_ERROR([*** Needed alsa >= 1.0.17 support not found])
|
||||
AC_MSG_ERROR([*** Needed alsa >= 1.0.19 support not found])
|
||||
fi
|
||||
])
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue