Module: Mesa Branch: master Commit: 91244db1864d55769aaac44d59a7d486ee31aaf8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=91244db1864d55769aaac44d59a7d486ee31aaf8
Author: Dylan Baker <[email protected]> Date: Thu Nov 30 10:37:11 2017 -0800 meson: install dri internal header Reported-by: Marc Dietrich <[email protected]> Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> --- include/meson.build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/meson.build b/include/meson.build index 35e7791507..bae6742c4d 100644 --- a/include/meson.build +++ b/include/meson.build @@ -66,3 +66,7 @@ if with_egl subdir : 'EGL', ) endif + +if with_dri + install_headers('GL/internal/dri_interface.h', subdir : 'GL/internal') +endif _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
