projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea53d9a
)
meson: Add generated files to non-shared glapi
author
Dylan Baker
<dylan@pnwbakers.com>
Sat, 21 Oct 2017 05:25:39 +0000
(22:25 -0700)
committer
Dylan Baker
<dylan@pnwbakers.com>
Fri, 27 Oct 2017 18:06:07 +0000
(11:06 -0700)
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/mapi/glapi/meson.build
patch
|
blob
|
history
diff --git
a/src/mapi/glapi/meson.build
b/src/mapi/glapi/meson.build
index d3e070d0d1aef06af209bede9fe4143487e21517..74f84d289baea61d00c4537bc47cc3695142d9cb 100644
(file)
--- a/
src/mapi/glapi/meson.build
+++ b/
src/mapi/glapi/meson.build
@@
-55,6
+55,9
@@
else
'glapi_priv.h',
)
static_glapi_files += files_mapi_util
+ static_glapi_files += [
+ glapitable_h, glapi_mapi_tmp_h, glprocs_h, glapitemp_h,
+ ]
if with_asm_arch == 'x86'
static_glapi_files += glapi_x86_s
elif with_asm_arch == 'x86_64'