]> git.alsa-project.org Git - alsa-utils.git/commitdiff
configure: bumb required alsa-lib version to 1.2.13
authorJaroslav Kysela <perex@perex.cz>
Thu, 19 Sep 2024 10:43:26 +0000 (12:43 +0200)
committerJaroslav Kysela <perex@perex.cz>
Thu, 19 Sep 2024 10:43:43 +0000 (12:43 +0200)
Code requires new sequencer API extensions.

Signed-off-by: Jaroslav Kysela <perex@perex.cz>
configure.ac

index bc33fecd72e1d4b52d589f250bde4e3897c22158..4156985dc9e8ce216c9f1cc31af1d8740adb7307 100644 (file)
@@ -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])])