Mesa (master): meson: install khrplatform header for EGL as well as GLES

Dylan Baker dbaker at kemper.freedesktop.org
Fri Dec 1 18:40:01 UTC 2017


Module: Mesa
Branch: master
Commit: dbeb278e0db1b71f39573ad01059ed8da83cf91e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbeb278e0db1b71f39573ad01059ed8da83cf91e

Author: Dylan Baker <dylan at pnwbakers.com>
Date:   Thu Nov 30 10:39:29 2017 -0800

meson: install khrplatform header for EGL as well as GLES

Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

---

 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
 




More information about the mesa-commit mailing list