Package versions newer than 2.11 require meson/ninja which OpenWrt does not support in its build environment. These files provide the minimum autotool configuration necessary to build later versions. Signed-off-by: Ted Hess <thess@kitschensync.net>
10 lines
223 B
PkgConfig
10 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}
|