mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 02:41:13 +00:00
Revert "build: recognize Lua 5.1 on Arch Linux"
The existing "51obsd" is identical, and can be used to explicitly select
Lua 5.1 on Arch if necessary.
This reverts commit 36e569b242
.
This commit is contained in:
parent
943f56a96b
commit
fa903f3eeb
@ -66,7 +66,6 @@ def check_lua(ctx, dependency_identifier):
|
||||
( 'luajit', 'luajit >= 2.0.0' ),
|
||||
( '51', 'lua >= 5.1.0 lua < 5.2.0'),
|
||||
( '51obsd', 'lua51 >= 5.1.0'), # OpenBSD
|
||||
( '51arch', 'lua51 >= 5.1.0'), # Arch
|
||||
( '51deb', 'lua5.1 >= 5.1.0'), # debian
|
||||
( '51fbsd', 'lua-5.1 >= 5.1.0'), # FreeBSD
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user