From c84aff5a6d89e291293b28ca718701d43e24e358 Mon Sep 17 00:00:00 2001 From: Thierry Bultel Date: Thu, 7 Jun 2018 16:22:36 +0200 Subject: renamed project name, and added lua dependency Signed-off-by: Thierry Bultel --- conf.d/cmake/config.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conf.d/cmake') 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 -- cgit 1.2.3-korg