From b678f39644b3a80ca599c10d33574d3b1ffbf427 Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Wed, 12 Sep 2018 08:58:11 +0200 Subject: config.cmake: bump the needed version of alsalib to 1.1.6 It was kwown that the softmixer needs alsalib >= 1.1.6, for runtime reasons. Since the integration of bluetooth support, there is now also a compile error with older alsalib. Signed-off-by: Thierry Bultel --- conf.d/cmake/config.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 9b4dc5f..2b8bd06 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -74,7 +74,7 @@ set (PKG_REQUIRED_LIST afb-daemon>=4.0 libmicrohttpd>=0.9.55 uuid - alsa>=1.1.2 + alsa>=1.1.6 lua ) -- cgit 1.2.3-korg