aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/shared-glapi/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-11-21 15:07:50 +0000
committerEric Engestrom <[email protected]>2017-11-23 09:44:16 +0000
commitf9cb2370f3404501c2b594ac116bfb6bfe878e87 (patch)
tree668a954c6cfcf7a2ee601d0caa251e47bc094161 /src/mapi/shared-glapi/meson.build
parentd16af7355900703514d95411b222e6e028252d66 (diff)
meson: add variable for mapi_abi.py instead of going back up the tree
Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/mapi/shared-glapi/meson.build')
-rw-r--r--src/mapi/shared-glapi/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/shared-glapi/meson.build b/src/mapi/shared-glapi/meson.build
index 05fd53b7a25..eca2bd29439 100644
--- a/src/mapi/shared-glapi/meson.build
+++ b/src/mapi/shared-glapi/meson.build
@@ -29,7 +29,7 @@ files_mapi_glapi = files(
shared_glapi_mapi_tmp_h = custom_target(
'shared_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', 'shared-glapi', '@INPUT1@'],
depend_files : api_xml_files,