Module: Mesa Branch: master Commit: dbeb278e0db1b71f39573ad01059ed8da83cf91e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbeb278e0db1b71f39573ad01059ed8da83cf91e
Author: Dylan Baker <[email protected]> Date: Thu Nov 30 10:39:29 2017 -0800 meson: install khrplatform header for EGL as well as GLES Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> --- include/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/meson.build b/include/meson.build index bae6742c4d..424d89acc8 100644 --- a/include/meson.build +++ b/include/meson.build @@ -40,7 +40,7 @@ if with_gles2 ) endif -if with_gles1 or with_gles2 # or with_egl +if with_gles1 or with_gles2 or with_egl install_headers('KHR/khrplatform.h', subdir : 'KHR') endif _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
