[Mesa-dev] [PATCH 2/2] meson: install khrplatform header for EGL as well as GLES

Dylan Baker dylan at pnwbakers.com
Thu Nov 30 18:40:12 UTC 2017


Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
 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.15.0



More information about the mesa-dev mailing list