summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-11-30 10:39:29 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-12-01 10:39:19 -0800
commitdbeb278e0db1b71f39573ad01059ed8da83cf91e (patch)
tree514f6504a76e6846d66b0bfb20ed684484a06f79 /include
parent91244db1864d55769aaac44d59a7d486ee31aaf8 (diff)
downloadmesa-dbeb278e0db1b71f39573ad01059ed8da83cf91e.tar.gz
mesa-dbeb278e0db1b71f39573ad01059ed8da83cf91e.tar.xz
meson: install khrplatform header for EGL as well as GLES
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>
Diffstat (limited to 'include')
-rw-r--r--include/meson.build2
1 files changed, 1 insertions, 1 deletions
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