mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2024-11-23 13:50:11 +00:00
11 lines
223 B
PkgConfig
11 lines
223 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libmpdclient
|
|
Description: Music Player Daemon client library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lmpdclient
|
|
Cflags: -I${includedir}
|