From dbeb278e0db1b71f39573ad01059ed8da83cf91e Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Thu, 30 Nov 2017 10:39:29 -0800 Subject: [PATCH] meson: install khrplatform header for EGL as well as GLES Signed-off-by: Dylan Baker Reviewed-by: Emil Velikov Reviewed-by: Eric Engestrom --- include/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/meson.build b/include/meson.build index bae6742c4d6..424d89acc83 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 -- 2.30.2