summaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi
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/glapi
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/glapi')
-rw-r--r--src/mapi/glapi/gen/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/meson.build b/src/mapi/glapi/gen/meson.build
index 69ef57bc146..599f094e998 100644
--- a/src/mapi/glapi/gen/meson.build
+++ b/src/mapi/glapi/gen/meson.build
@@ -146,7 +146,7 @@ glx_gen_depends = files(
glapi_mapi_tmp_h = custom_target(
'glapi_mapi_tmp.h',
- input : ['../../mapi_abi.py', 'gl_and_es_API.xml'],
+ input : [mapi_abi_py, 'gl_and_es_API.xml'],
output : 'glapi_mapi_tmp.h',
command : [prog_python2, '@INPUT0@', '--printer', 'glapi', '@INPUT1@'],
depend_files : glapi_gen_depends,