From 4aae5a770f31cbf08cd7aec1629ff77bd0b5531a Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Mon, 22 Jul 2024 17:24:21 +0200 Subject: [PATCH] configure: Requires the latest ALSA-lib release 1.2.12 New features such as MIDI 2.0 should be always enabled for the builds. Update the dependency to alsa-lib 1.2.12. Signed-off-by: Takashi Iwai --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 708380c..4803fe4 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.5) +AM_PATH_ALSA(1.2.12) 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])])