summaryrefslogtreecommitdiffstats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorDudemanguy <random342@airmail.cc>2021-11-14 18:39:25 -0600
committerDudemanguy <random342@airmail.cc>2021-11-15 16:58:23 +0000
commite6ce03f3ef7c12617b32b176f8bb13f4d4349185 (patch)
treed7ecbb7b5ff3694fba5b28f8adf6347f2c5fd020 /meson_options.txt
parentdfbaf4dd81cd19779bfa810b0f838a10c3836963 (diff)
downloadmpv-e6ce03f3ef7c12617b32b176f8bb13f4d4349185.tar.bz2
mpv-e6ce03f3ef7c12617b32b176f8bb13f4d4349185.tar.xz
meson: also check for generic lua.pc
Some systems have only a "lua.pc" file which contains version information inside it. Check those as well.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 4d19eacd20..196119e4d6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -21,7 +21,7 @@ option('libavdevice', type: 'feature', value: 'auto', description: 'libavdevice'
option('libbluray', type: 'feature', value: 'auto', description: 'Bluray support')
option('lua',
type: 'combo',
- choices: ['lua52', 'lua5.2', 'lua-5.2', 'luajit', 'lua51',
+ choices: ['lua', 'lua52', 'lua5.2', 'lua-5.2', 'luajit', 'lua51',
'lua5.1', 'lua-5.1', 'auto', 'enabled', 'disabled'],
value: 'auto',
description: 'Lua'