From f83d651392b8556248600f2b1360b9306b845c3d Mon Sep 17 00:00:00 2001 From: Fulup Ar Foll Date: Sun, 29 Apr 2018 20:52:58 +0200 Subject: Initial push work in progress --- conf.d/cmake/00-suse-osconfig.cmake | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 conf.d/cmake/00-suse-osconfig.cmake (limited to 'conf.d/cmake/00-suse-osconfig.cmake') diff --git a/conf.d/cmake/00-suse-osconfig.cmake b/conf.d/cmake/00-suse-osconfig.cmake new file mode 100644 index 0000000..a1101ef --- /dev/null +++ b/conf.d/cmake/00-suse-osconfig.cmake @@ -0,0 +1,2 @@ +list(APPEND PKG_REQUIRED_LIST lua>=5.3) +add_compile_options(-DUSE_API_DYN) -- cgit 1.2.3-korg