wscript: also install render API related headers

Omitted from b0371214
This commit is contained in:
Niklas Haas 2018-03-04 03:52:09 +01:00 committed by Kevin Mitchell
parent ed73ba8964
commit 79f82a2ca4
1 changed files with 2 additions and 1 deletions

View File

@ -700,7 +700,8 @@ def build(ctx):
PRIV_LIBS = get_deps(),
)
headers = ["client.h", "qthelper.hpp", "opengl_cb.h", "stream_cb.h"]
headers = ["client.h", "qthelper.hpp", "opengl_cb.h", "render.h",
"render_gl.h", "stream_cb.h"]
for f in headers:
ctx.install_as(ctx.env.INCDIR + '/mpv/' + f, 'libmpv/' + f)