From: Jaroslav Kysela Date: Thu, 19 Sep 2024 10:43:26 +0000 (+0200) Subject: configure: bumb required alsa-lib version to 1.2.13 X-Git-Tag: v1.2.13~9 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=fbde4f8c104e9425fb14bc39da8a8226b1b1dc91;p=alsa-utils.git configure: bumb required alsa-lib version to 1.2.13 Code requires new sequencer API extensions. Signed-off-by: Jaroslav Kysela --- diff --git a/configure.ac b/configure.ac index bc33fec..4156985 100644 --- a/configure.ac +++ b/configure.ac @@ -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])])