1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-26 09:02:38 +00:00

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

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)