[Mesa-dev] [PATCH mesa] meson: install KHR/khrplatform.h when needed

Eric Engestrom eric.engestrom at intel.com
Tue Aug 7 14:40:57 UTC 2018


Fixes: f7d42ee7d319256608ad "include: update GL & GLES headers (v2)"
Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
---
For some reason I didn't think to fix meson when I fixed autotools...
---
 include/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/meson.build b/include/meson.build
index b4555eabbfc7f3a42c24..081c1bc00088c956d47e 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
 
-- 
Cheers,
  Eric



More information about the mesa-dev mailing list