From a3806abc3eefd2e6b8726ace474447657cb1e4e3 Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Fri, 21 Sep 2018 13:17:08 +0200 Subject: Add basic source and configuration files Signed-off-by: Tobias Jahnke --- conf.d/cmake/00-default-osconfig.cmake | 1 + 1 file changed, 1 insertion(+) create mode 100644 conf.d/cmake/00-default-osconfig.cmake (limited to 'conf.d/cmake/00-default-osconfig.cmake') diff --git a/conf.d/cmake/00-default-osconfig.cmake b/conf.d/cmake/00-default-osconfig.cmake new file mode 100644 index 0000000..182caeb --- /dev/null +++ b/conf.d/cmake/00-default-osconfig.cmake @@ -0,0 +1 @@ +list(APPEND PKG_REQUIRED_LIST lua>=5.3) \ No newline at end of file -- cgit 1.2.3-korg