diff options
author | Emil Velikov <[email protected]> | 2018-12-09 19:51:15 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2019-01-24 18:13:25 +0000 |
commit | cd0f11bac55b14728cf70e39cd269a70aeb2b5d4 (patch) | |
tree | de576991eaac33b7fa1e2ce3640a35ac547b820a /src/mapi/Makefile.am | |
parent | a08a793180716770e8a4509447b8621cc57304bc (diff) |
mapi: move genCommon.py to src/mapi/new
The helper will also be used by the new Khronos gl.xml aware generator.
v2: Move existing one, instead of duplicating it.
v3: Correct genCommon.py references in meson [Erik]
v4: Drop the file from the EGL EXTRA_DIST [Erik]
Suggested-by: Kyle Brenneman <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mapi/Makefile.am')
-rw-r--r-- | src/mapi/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index 97ebdeb1d7f..b46ed814700 100644 --- a/src/mapi/Makefile.am +++ b/src/mapi/Makefile.am @@ -31,6 +31,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = EXTRA_DIST = \ + new/genCommon.py \ es1api/ABI-check \ es2api/ABI-check \ mapi_abi.py \ |