mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
lua: update Libs in lua.pc
Update Libs in lua.pc so that pkg-config --libs gives the correct list of libraries for linking. This makes us effectively list the same libraries as Fedora does. Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4047e5ca84
commit
69f5e6e583
@@ -6,6 +6,5 @@ Name: Lua
|
||||
Description: Lua language engine
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Libs: -L${libdir} -llua
|
||||
Libs.private: -lm
|
||||
Libs: -L${libdir} -llua -lm -ldl
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user