[alsa-devel] [PATCH 2/2] configure: Require alsa-lib 1.1.6 and newer

Takashi Iwai tiwai at suse.de
Tue Jul 3 17:37:46 CEST 2018


JACK plugin requires the recently added API function.

Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f49bb6bcd9af..3e2d233aa5a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ AC_HEADER_STDC
 
 CC_NOUNDEFINED
 
-PKG_CHECK_MODULES(ALSA, alsa >= 1.0.11)
+PKG_CHECK_MODULES(ALSA, alsa >= 1.1.6)
 AC_CHECK_LIB(asound, snd_pcm_ioplug_create,,
 	     AC_ERROR([*** libasound has no external plugin SDK]), -ldl)
 
-- 
2.18.0



More information about the Alsa-devel mailing list