diff options
author | Frederic Marec <frederic.marec@iot.bzh> | 2019-04-24 14:12:39 +0200 |
---|---|---|
committer | Frédéric Marec <frederic.marec@iot.bzh> | 2019-04-30 07:28:13 +0000 |
commit | 8929f4ec3744b9cc1ff5facdb0ff15ea9dd2aca1 (patch) | |
tree | a05f3a3904bf5ae081e9cf743095ad8786770a8a | |
parent | 1a75612274f883aed09d198575582abdc0c9fe0f (diff) |
Fix lua cmake dependancy
Avoid missing library error during build
due to miss match on ubuntu and debian
Bug-AGL: SPEC-2366
Change-Id: Idd2b0e376a67617c495cfca5dd2b0c901c3975f2
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
-rw-r--r-- | conf.d/cmake/00-debian-osconfig.cmake | 2 | ||||
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/conf.d/cmake/00-debian-osconfig.cmake b/conf.d/cmake/00-debian-osconfig.cmake index 7bc3b57..1c3ece0 100644 --- a/conf.d/cmake/00-debian-osconfig.cmake +++ b/conf.d/cmake/00-debian-osconfig.cmake @@ -1,2 +1,2 @@ -list(APPEND PKG_REQUIRED_LIST lua>=5.3 alsa>=1.1.4) +list(APPEND PKG_REQUIRED_LIST lua53>=5.3 alsa>=1.1.4) set(CMAKE_INSTALL_PREFIX $ENV{HOME}/opt)
\ No newline at end of file diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index f5509f2..2da7bb8 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -74,7 +74,6 @@ set (PKG_REQUIRED_LIST afb-daemon>=4.0 libmicrohttpd>=0.9.55 uuid - lua liburcu afb-helpers ctl-utilities |