summaryrefslogtreecommitdiffstats
path: root/src/mapi/es1api
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/es1api
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/es1api')
-rw-r--r--src/mapi/es1api/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/es1api/meson.build b/src/mapi/es1api/meson.build
index e8b9066a5f7..36adde4c48c 100644
--- a/src/mapi/es1api/meson.build
+++ b/src/mapi/es1api/meson.build
@@ -20,7 +20,7 @@
es1_glapi_mapi_tmp_h = custom_target(
'es1_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', 'es1api', '@INPUT1@'],
depend_files : api_xml_files,