summaryrefslogtreecommitdiff
path: root/src/mapi/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2017-11-21 15:07:50 +0000
committerEric Engestrom <eric.engestrom@imgtec.com>2017-11-23 09:44:16 +0000
commitf9cb2370f3404501c2b594ac116bfb6bfe878e87 (patch)
tree668a954c6cfcf7a2ee601d0caa251e47bc094161 /src/mapi/meson.build
parentd16af7355900703514d95411b222e6e028252d66 (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.build2
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')