mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 05:36:17 +00:00
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}
|