diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-09-12 08:58:11 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-09-12 08:58:11 +0200 |
commit | b678f39644b3a80ca599c10d33574d3b1ffbf427 (patch) | |
tree | 131d56846b55852021ec66420a36040c7ef99f10 /conf.d/cmake/config.cmake | |
parent | 13fd8b9e68faf4c666a21ecada74b94668ad9b27 (diff) |
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 <thierry.bultel@iot.bzh>
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) |