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])
|
[alsa=auto])
|
||||||
|
|
||||||
if test "x${alsa}" != xno ; then
|
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
|
HAVE_ALSA=1
|
||||||
AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?])
|
AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?])
|
||||||
|
|
@ -646,7 +646,7 @@ if test "x${alsa}" != xno ; then
|
||||||
[
|
[
|
||||||
HAVE_ALSA=0
|
HAVE_ALSA=0
|
||||||
if test "x$alsa" = xyes ; then
|
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
|
fi
|
||||||
])
|
])
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue