diff --git a/lua-editorconfig-core-lua.changes b/lua-editorconfig-core-lua.changes index be1e4d9..b75f45f 100644 --- a/lua-editorconfig-core-lua.changes +++ b/lua-editorconfig-core-lua.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon May 9 14:58:07 UTC 2022 - Matej Cepl + +- Add LUA_INCLUDE_DIR cmake parameter. + ------------------------------------------------------------------- Thu Feb 18 15:50:27 UTC 2021 - Callum Farmer diff --git a/lua-editorconfig-core-lua.spec b/lua-editorconfig-core-lua.spec index a006c5c..dfd8400 100644 --- a/lua-editorconfig-core-lua.spec +++ b/lua-editorconfig-core-lua.spec @@ -1,7 +1,7 @@ # -# spec file for package lua-editorconfig-core-lua +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -55,7 +55,9 @@ as the Editorconfig C Core library. %setup -q -n %{mod_name}-%{version} %build -%cmake -DECL_LIBDIR:PATH=%{lua_archdir} +%cmake -DECL_LIBDIR:PATH=%{lua_archdir} \ + -DLUA_LIBRARY:PATH=%{lua_archdir} \ + -DLUA_INCLUDE_DIR:PATH=%{lua_incdir} %install %cmake_install