summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Sequeira <phsequei@gmail.com>2020-12-11 18:11:00 -0500
committersfan5 <sfan5@live.de>2020-12-22 00:11:05 +0100
commitfa903f3eeb461246c4862e76c8ce53e974a58dd9 (patch)
tree457da3eb5becfc32fc6187b2dc2526fa16f58e6e
parent943f56a96b97ab602af9dee811af84c811d7b5e1 (diff)
downloadmpv-fa903f3eeb461246c4862e76c8ce53e974a58dd9.tar.bz2
mpv-fa903f3eeb461246c4862e76c8ce53e974a58dd9.tar.xz
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 36e569b242a2825b861f8f4bcef9f2ce520bc6d3.
-rw-r--r--waftools/checks/custom.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/waftools/checks/custom.py b/waftools/checks/custom.py
index b3174e947f..36c1d85d06 100644
--- a/waftools/checks/custom.py
+++ b/waftools/checks/custom.py
@@ -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
]