]> git.pld-linux.org Git - packages/neovim.git/commitdiff
Lua deps are available for lua 5.1 only
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 6 Nov 2020 13:51:32 +0000 (15:51 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Fri, 6 Nov 2020 13:51:50 +0000 (15:51 +0200)
neovim.spec

index 6ced27eebb28e33242f5e7bf496cf06a219062b2..884719482c09222308aed4aebf0913f516ad9763 100644 (file)
@@ -4,7 +4,7 @@
 #   https://github.com/neovim/neovim/issues/5576
 #
 # Conditional build:
-%bcond_with    lua             # Prefer Lua over LuaJit
+%bcond_without lua             # Prefer Lua over LuaJit
 
 Summary:       Vim-fork focused on extensibility and agility
 Name:          neovim
@@ -37,6 +37,7 @@ BuildRequires:        rpmbuild(macros) >= 1.596
 BuildRequires: unibilium-devel
 %if %{with lua}
 BuildRequires: lua51
+BuildRequires: lua51-devel
 %else
 BuildRequires: luajit-devel
 %endif
This page took 0.127095 seconds and 4 git commands to generate.