From eff1c33c123a6aec98277c0e57271d9de91987dc Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Mon, 8 Oct 2018 17:45:47 +0200 Subject: fix package lua not found in pkg_required_list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SPEC-1788 get rid of the -5.3 version Change-Id: Ie3f9993f0af25e000a96c4a51b0ef1fdd787ead3 Signed-off-by: Clément Bénier --- conf.d/cmake/00-debian-osconfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/cmake/00-debian-osconfig.cmake b/conf.d/cmake/00-debian-osconfig.cmake index 2ce0ad3..a2b9325 100644 --- a/conf.d/cmake/00-debian-osconfig.cmake +++ b/conf.d/cmake/00-debian-osconfig.cmake @@ -1 +1 @@ -list(APPEND PKG_REQUIRED_LIST lua-5.3>=5.3) +list(APPEND PKG_REQUIRED_LIST lua>=5.3) -- cgit 1.2.3-korg