From 5a9fdd19ee8e6627c77692e8fe91d052ed934869 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 22 Aug 2017 11:21:08 +0200 Subject: Missing LUA module checking specific by distro Change-Id: I99dcdccdcfb34eaf7a03c4acaad454b8cc05be8c Signed-off-by: Romain Forlot --- conf.d/app-templates | 2 +- conf.d/cmake/00-debian-config.cmake | 1 + conf.d/cmake/00-fedora-config.cmake | 1 + conf.d/cmake/00-suse-config.cmake | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 conf.d/cmake/00-debian-config.cmake create mode 100644 conf.d/cmake/00-fedora-config.cmake create mode 100644 conf.d/cmake/00-suse-config.cmake (limited to 'conf.d') diff --git a/conf.d/app-templates b/conf.d/app-templates index de03118..2e8abc4 160000 --- a/conf.d/app-templates +++ b/conf.d/app-templates @@ -1 +1 @@ -Subproject commit de031182cb49d2d0a84a09cc12c50cc6d05a37dd +Subproject commit 2e8abc421151b81272f7ab988e494fd29eb431ff diff --git a/conf.d/cmake/00-debian-config.cmake b/conf.d/cmake/00-debian-config.cmake new file mode 100644 index 0000000..466c4de --- /dev/null +++ b/conf.d/cmake/00-debian-config.cmake @@ -0,0 +1 @@ +add_required_module(lua-5.3 REQUIRED lua-5.3>=5.3) diff --git a/conf.d/cmake/00-fedora-config.cmake b/conf.d/cmake/00-fedora-config.cmake new file mode 100644 index 0000000..7b4a99a --- /dev/null +++ b/conf.d/cmake/00-fedora-config.cmake @@ -0,0 +1 @@ +add_required_module(lua REQUIRED lua>=5.3) diff --git a/conf.d/cmake/00-suse-config.cmake b/conf.d/cmake/00-suse-config.cmake new file mode 100644 index 0000000..7b4a99a --- /dev/null +++ b/conf.d/cmake/00-suse-config.cmake @@ -0,0 +1 @@ +add_required_module(lua REQUIRED lua>=5.3) -- cgit 1.2.3-korg