Last active
November 28, 2017 11:16
-
-
Save 1ace/e043b6d3304424ad46e01efed6e2ef7d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/mapi/es1api/meson.build b/src/mapi/es1api/meson.build | |
index 36adde4c48c1c800b5c1..5a55b798bb0227af90dc 100644 | |
--- a/src/mapi/es1api/meson.build | |
+++ b/src/mapi/es1api/meson.build | |
@@ -21,7 +21,7 @@ | |
es1_glapi_mapi_tmp_h = custom_target( | |
'es1_glapi_mapi_tmp.h', | |
input : [mapi_abi_py, gl_and_es_api_files], | |
- output : 'glapi_mapi_tmp.h', | |
+ output : 'es1_glapi_mapi_tmp.h', | |
command : [prog_python2, '@INPUT0@', '--printer', 'es1api', '@INPUT1@'], | |
depend_files : api_xml_files, | |
capture : true, | |
diff --git a/src/mapi/es2api/meson.build b/src/mapi/es2api/meson.build | |
index be5b8ab204f6e1af1372..3fddcf8d6980fa3a1021 100644 | |
--- a/src/mapi/es2api/meson.build | |
+++ b/src/mapi/es2api/meson.build | |
@@ -21,7 +21,7 @@ | |
es2_glapi_mapi_tmp_h = custom_target( | |
'es2_glapi_mapi_tmp.h', | |
input : [mapi_abi_py, gl_and_es_api_files], | |
- output : 'glapi_mapi_tmp.h', | |
+ output : 'es2_glapi_mapi_tmp.h', | |
command : [prog_python2, '@INPUT0@', '--printer', 'es2api', '@INPUT1@'], | |
depend_files : api_xml_files, | |
capture : true, | |
diff --git a/src/mapi/shared-glapi/meson.build b/src/mapi/shared-glapi/meson.build | |
index eca2bd29439d86117a13..e25b84ee22b7ce5437de 100644 | |
--- a/src/mapi/shared-glapi/meson.build | |
+++ b/src/mapi/shared-glapi/meson.build | |
@@ -30,7 +30,7 @@ files_mapi_glapi = files( | |
shared_glapi_mapi_tmp_h = custom_target( | |
'shared_glapi_mapi_tmp.h', | |
input : [mapi_abi_py, gl_and_es_api_files], | |
- output : 'glapi_mapi_tmp.h', | |
+ output : 'shared_glapi_mapi_tmp.h', | |
command : [prog_python2, '@INPUT0@', '--printer', 'shared-glapi', '@INPUT1@'], | |
depend_files : api_xml_files, | |
capture : true, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment