From: Eric Engestrom Date: Tue, 7 Aug 2018 13:59:36 +0000 (+0100) Subject: meson: install KHR/khrplatform.h when needed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e02f061b690def50060bcca76706e6407b83260f;p=mesa.git meson: install KHR/khrplatform.h when needed Fixes: f7d42ee7d319256608ad "include: update GL & GLES headers (v2)" Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov --- diff --git a/include/meson.build b/include/meson.build index b4555eabbfc..081c1bc0008 100644 --- a/include/meson.build +++ b/include/meson.build @@ -43,7 +43,7 @@ if with_gles2 ) endif -if with_gles1 or with_gles2 or with_egl +if with_gles1 or with_gles2 or with_opengl or with_egl install_headers('KHR/khrplatform.h', subdir : 'KHR') endif