mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-25 12:20:20 +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:
@@ -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
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user