meson: install khrplatform header for EGL as well as GLES
authorDylan Baker <dylan@pnwbakers.com>
Thu, 30 Nov 2017 18:39:29 +0000 (10:39 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Fri, 1 Dec 2017 18:39:19 +0000 (10:39 -0800)
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
include/meson.build

index bae6742..424d89a 100644 (file)
@@ -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