From 79f82a2ca4ed9e1327dc5d4a412af6271adccbb6 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Sun, 4 Mar 2018 03:52:09 +0100 Subject: wscript: also install render API related headers Omitted from b0371214 --- wscript_build.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wscript_build.py') 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) -- cgit v1.2.3