mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 02:25:43 +01:00
Require alsa-lib 1.0.8
Now requires alsa-lib 1.0.8 for the support of user-defined controls.
This commit is contained in:
parent
2b86b6fe4e
commit
f29d8f6b30
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ AC_INIT(alsamixer/alsamixer.c)
|
|||
AC_PREFIX_DEFAULT(/usr)
|
||||
AM_INIT_AUTOMAKE(alsa-utils, 1.0.8rc1)
|
||||
|
||||
AM_GNU_GETTEXT([use-libtool])
|
||||
AM_GNU_GETTEXT([external])
|
||||
AM_GNU_GETTEXT_VERSION(0.14.1)
|
||||
|
||||
dnl Checks for programs.
|
||||
|
@ -27,7 +27,7 @@ AC_PROG_CC
|
|||
dnl AC_PROG_CXX
|
||||
AC_PROG_INSTALL
|
||||
AC_PROG_LN_S
|
||||
AM_PATH_ALSA(0.9.0)
|
||||
AM_PATH_ALSA(1.0.8)
|
||||
|
||||
AC_ARG_ENABLE(alsamixer,
|
||||
[ --disable-alsamixer Disable alsamixer compilation],
|
||||
|
|
Loading…
Reference in a new issue