diff options
author | Dylan Baker <[email protected]> | 2017-11-30 10:39:29 -0800 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2017-12-01 10:39:19 -0800 |
commit | dbeb278e0db1b71f39573ad01059ed8da83cf91e (patch) | |
tree | 514f6504a76e6846d66b0bfb20ed684484a06f79 | |
parent | 91244db1864d55769aaac44d59a7d486ee31aaf8 (diff) |
meson: install khrplatform header for EGL as well as GLES
Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Emil Velikov <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
-rw-r--r-- | include/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |