mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-16 08:56:40 -05:00
bump alsa dep to 1.0.17
This commit is contained in:
parent
1401d36fc7
commit
7140bdd9a5
1 changed files with 1 additions and 1 deletions
|
|
@ -599,7 +599,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.16 ],
|
PKG_CHECK_MODULES(ASOUNDLIB, [ alsa >= 1.0.17 ],
|
||||||
[
|
[
|
||||||
HAVE_ALSA=1
|
HAVE_ALSA=1
|
||||||
AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?])
|
AC_DEFINE([HAVE_ALSA], 1, [Have ALSA?])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue