1
0
mirror of https://github.com/libretro/Lakka-LibreELEC.git synced 2024-11-24 05:36:17 +00:00
Lakka-LibreELEC/packages/lang/lua52/config/lua52.pc
Aleksandr V. Piskunov e7b7d53cfe lua52: Added Lua 5.2 package
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
2022-02-01 17:28:06 +02:00

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}