From: Takashi Iwai Date: Mon, 22 Jul 2024 15:24:21 +0000 (+0200) Subject: configure: Requires the latest ALSA-lib release 1.2.12 X-Git-Tag: v1.2.13~35 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=4aae5a770f31cbf08cd7aec1629ff77bd0b5531a;p=alsa-utils.git 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 --- 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])])