mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 05:36:17 +00:00
e7b7d53cfe
Lua 5.2 is required to enable mpv player support of builtin stats OSD. MPV doesn't support later Lua versions, newer versions aren't backwards compatible, thus including version in a package name. Upstream Lua doesn't include pkg-config file, including one from ArchLinux. See https://github.com/mpv-player/mpv/wiki/FAQ#Why_does_mpv_not_support_Lua_53_or_newer
11 lines
234 B
PkgConfig
11 lines
234 B
PkgConfig
prefix=/usr
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include/lua@@VERSION_MM@@
|
|
|
|
Name: Lua
|
|
Description: An Extensible Extension Language
|
|
Version: @@VERSION@@
|
|
Requires:
|
|
Libs: -L${libdir} -llua@@VERSION_MM@@ -lm
|
|
Cflags: -I${includedir}
|