diff options
author | Alessandro Ghedini <alessandro@ghedini.me> | 2014-03-11 16:55:49 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-03-11 19:15:42 +0100 |
commit | dfc57e6d32b1000da891083acf78b9c8c6e6f080 (patch) | |
tree | 5a2d479981fd71163f5ac24b3138e874ab744e65 /libmpv | |
parent | e00dcfb0f52564dea683a423387c28975f494824 (diff) |
libmpv: add pkg-config file
Diffstat (limited to 'libmpv')
-rw-r--r-- | libmpv/mpv.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libmpv/mpv.pc.in b/libmpv/mpv.pc.in new file mode 100644 index 0000000000..75f2869fc9 --- /dev/null +++ b/libmpv/mpv.pc.in @@ -0,0 +1,11 @@ +prefix=@PREFIX@ +exec_prefix=@PREFIX@ +libdir=@LIBDIR@ +includedir=@INCDIR@ + +Name: mpv +Description: mpv media player client library +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lmpv +Cflags: -I${includedir} |