summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2018-08-07 14:59:36 +0100
committerEric Engestrom <eric.engestrom@intel.com>2018-08-07 15:57:32 +0100
commite02f061b690def50060bcca76706e6407b83260f (patch)
treeeb57b59eecac943c300b0867319e6c49f62b330d /include
parented07e831a80eed36c60f6e0276286a6e7db0266b (diff)
meson: install KHR/khrplatform.h when needed
Fixes: f7d42ee7d319256608ad "include: update GL & GLES headers (v2)" Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.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 b4555eabbfc..081c1bc0008 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