mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:05:41 +01:00
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 <tiwai@suse.de>
This commit is contained in:
parent
cdcfcddd95
commit
4aae5a770f
1 changed files with 1 additions and 1 deletions
|
@ -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])])
|
||||
|
|
Loading…
Reference in a new issue