Skip to content

Commit

Permalink
configure: bumb required alsa-lib version to 1.2.13
Browse files Browse the repository at this point in the history
Code requires new sequencer API extensions.

Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
perexg committed Sep 19, 2024
1 parent dbe0583 commit fbde4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])])
Expand Down

0 comments on commit fbde4f8

Please sign in to comment.