From: Dylan Baker Date: Thu, 30 Nov 2017 18:39:29 +0000 (-0800) Subject: meson: install khrplatform header for EGL as well as GLES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dbeb278e0db1b71f39573ad01059ed8da83cf91e;p=mesa.git meson: install khrplatform header for EGL as well as GLES Signed-off-by: Dylan Baker Reviewed-by: Emil Velikov Reviewed-by: Eric Engestrom --- 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