mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-21 19:46:31 +01:00
configure: bumb required alsa-lib version to 1.2.13
Code requires new sequencer API extensions. Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
dbe0583874
commit
fbde4f8c10
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ AC_PROG_SED
|
|||
AC_DISABLE_STATIC
|
||||
AM_PROG_LIBTOOL
|
||||
PKG_PROG_PKG_CONFIG
|
||||
AM_PATH_ALSA(1.2.12)
|
||||
AM_PATH_ALSA(1.2.13)
|
||||
if test "x$enable_alsatest" = "xyes"; then
|
||||
AC_CHECK_FUNC([snd_ctl_elem_add_enumerated],
|
||||
, [AC_ERROR([No user enum control support in alsa-lib])])
|
||||
|
|
Loading…
Reference in a new issue