diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-11-21 15:07:50 +0000 |
---|---|---|
committer | Eric Engestrom <eric.engestrom@imgtec.com> | 2017-11-23 09:44:16 +0000 |
commit | f9cb2370f3404501c2b594ac116bfb6bfe878e87 (patch) | |
tree | 668a954c6cfcf7a2ee601d0caa251e47bc094161 /src/mapi/es2api | |
parent | d16af7355900703514d95411b222e6e028252d66 (diff) |
meson: add variable for mapi_abi.py instead of going back up the tree
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Diffstat (limited to 'src/mapi/es2api')
-rw-r--r-- | src/mapi/es2api/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/es2api/meson.build b/src/mapi/es2api/meson.build index 7e868d77b31..be5b8ab204f 100644 --- a/src/mapi/es2api/meson.build +++ b/src/mapi/es2api/meson.build @@ -20,7 +20,7 @@ es2_glapi_mapi_tmp_h = custom_target( 'es2_glapi_mapi_tmp.h', - input : ['../mapi_abi.py', gl_and_es_api_files], + input : [mapi_abi_py, gl_and_es_api_files], output : 'glapi_mapi_tmp.h', command : [prog_python2, '@INPUT0@', '--printer', 'es2api', '@INPUT1@'], depend_files : api_xml_files, |