summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2019-05-14 15:59:07 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-05-15 12:36:37 +0000
commit23a7f78a50e91537a3ae6f13181d9f5edf2eb1bb (patch)
tree6a812763fd02383bcea30b4153f22a935bb31f98
parenta7fff8c94fa8d4192b9621e359e4eedcc0726b0e (diff)
Add LUA dependency for any distro not only debian
And remove old directory about submodules which has been migrated. Change-Id: I473942f8fc87eea7563feef8d8a7b0a7d5b69600 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
-rw-r--r--conf.d/cmake/00-default-osconfig.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/00-default-osconfig.cmake b/conf.d/cmake/00-default-osconfig.cmake
new file mode 100644
index 0000000..a2b9325
--- /dev/null
+++ b/conf.d/cmake/00-default-osconfig.cmake
@@ -0,0 +1 @@
+list(APPEND PKG_REQUIRED_LIST lua>=5.3)