projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91244db
)
meson: install khrplatform header for EGL as well as GLES
author
Dylan Baker
<dylan@pnwbakers.com>
Thu, 30 Nov 2017 18:39:29 +0000
(10:39 -0800)
committer
Dylan 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
patch
|
blob
|
history
diff --git
a/include/meson.build
b/include/meson.build
index bae6742c4d626dc51b3374608328758387872f77..424d89acc83865883c1ce904fc78b7ec7b594afb 100644
(file)
--- 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