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/meson.build | |
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/meson.build')
-rw-r--r-- | src/mapi/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/meson.build b/src/mapi/meson.build index afdde3dd8cc..798586bfb0c 100644 --- a/src/mapi/meson.build +++ b/src/mapi/meson.build @@ -25,6 +25,8 @@ files_mapi_util = files( 'u_execmem.h', ) +mapi_abi_py = files('mapi_abi.py') + subdir('glapi') if with_shared_glapi subdir('shared-glapi') |