meson: Add generated files to non-shared glapi

Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
Dylan Baker 2017-10-20 22:25:39 -07:00
parent ea53d9a8eb
commit 7503ab687b
1 changed files with 3 additions and 0 deletions

View File

@ -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'