mirror of
https://github.com/mpv-player/mpv
synced 2024-11-11 00:15:33 +01:00
7898169484
Don't like this? You're invited to fix this crap.
13 lines
232 B
PkgConfig
13 lines
232 B
PkgConfig
prefix=@PREFIX@
|
|
exec_prefix=@PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=@INCDIR@
|
|
|
|
Name: mpv
|
|
Description: mpv media player client library
|
|
Version: @VERSION@
|
|
Requires:
|
|
Libs: -L${libdir} -lmpv
|
|
Libs.private: @PRIV_LIBS@
|
|
Cflags: -I${includedir}
|