diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-06-07 16:22:36 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-06-07 16:22:36 +0200 |
commit | c84aff5a6d89e291293b28ca718701d43e24e358 (patch) | |
tree | f1d8b6d9b216eb2268588a11a684f15c8e2344bf /conf.d/cmake | |
parent | b28681ef2471507d9f9b0663199f74797f257fed (diff) |
renamed project name, and added lua dependency
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
Diffstat (limited to 'conf.d/cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 8d6b4b7..fefd2d3 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -18,7 +18,7 @@ # Project Info # ------------------ -set(PROJECT_NAME 4a-smixer) +set(PROJECT_NAME smixer) set(PROJECT_PRETTY_NAME "Audio SoftMixer") set(PROJECT_DESCRIPTION "Soft Mixer for 4A (AGL Advanced Audio Architecture)") set(PROJECT_URL "https://github.com/iotbzh/4a-softmixer") @@ -75,6 +75,7 @@ set (PKG_REQUIRED_LIST libmicrohttpd>=0.9.55 uuid alsa>=1.1.2 + lua ) # Prefix path where will be installed the files |