From aa591bb619531b84d21ba6784d9f111ea8b36882 Mon Sep 17 00:00:00 2001 From: Arthur Guyader Date: Thu, 1 Aug 2019 15:59:01 +0200 Subject: Add config cmake for ubuntu. This commit adds the file conf.d/cmake/01-ubuntu-config.cmake in order to the cmake command detects the correct lua packet with ubuntu. Bug-AGL : SPEC-2717 Signed-off-by: Arthur Guyader Change-Id: If62172a2210e2a1d74dd029df9f5a4060f93c1ba --- conf.d/cmake/01-ubuntu-config.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 conf.d/cmake/01-ubuntu-config.cmake diff --git a/conf.d/cmake/01-ubuntu-config.cmake b/conf.d/cmake/01-ubuntu-config.cmake new file mode 100644 index 0000000..0e5a695 --- /dev/null +++ b/conf.d/cmake/01-ubuntu-config.cmake @@ -0,0 +1 @@ +list(APPEND PKG_REQUIRED_LIST lua53-c++>=5.3) -- cgit 1.2.3-korg