diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-05-24 10:11:22 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-05-24 10:11:22 +0200 |
commit | 5eff18c61c32ced3b9f8af458eaf7e253cf3420b (patch) | |
tree | ab3bb3f5e1b5c0bb3d14349b70b52a6344e58d34 /conf.d | |
parent | 59e201c7fd07101e2cfe52310906a2e41de468e1 (diff) |
config.cmake: added missing dependency to lua
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 536d4b5..4f4e239 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -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 |