summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript_build.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 930da8697f..f0b618862a 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -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)