aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-10-31 16:27:22 +0100
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-10-31 16:29:16 +0100
commit6ab4414105cea0377a5a5e8c941196f759174d31 (patch)
treef3ea4184f751914a26b0861bfeec7dceca5d14c9
parent57710ab4388dd386a8c60b6b007603f6e3fdd1d2 (diff)
Fix prj name
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
-rw-r--r--conf.d/cmake/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake
index 997a92a..4ace99c 100644
--- a/conf.d/cmake/config.cmake
+++ b/conf.d/cmake/config.cmake
@@ -18,7 +18,7 @@
# Project Info
# ------------------
-set(PROJECT_NAME afb-aaaa)
+set(PROJECT_NAME 4a-alsa-core)
set(PROJECT_VERSION "0.1")
set(PROJECT_PRETTY_NAME "Audio Agent")
set(PROJECT_DESCRIPTION "Expose Alsa through AGL AppFw")