aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/es1api
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2018-11-20 17:30:47 +0000
committerEmil Velikov <[email protected]>2019-01-24 18:13:25 +0000
commit0842bc879b34414de54be9a2299ea8cdb0ecde5e (patch)
treea2a170823afb5dfcfadc469b3c05152c9e46b184 /src/mapi/es1api
parent656845301d67d1726260a8b227f3e65ce3fcd0b1 (diff)
meson: wire the new generator for es1 and es2
v2: use ${foo})_py naming (Dylan) v3: use symbolic name for genCommon.py Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Erik Faye-Lund <[email protected]> (v2)
Diffstat (limited to 'src/mapi/es1api')
-rw-r--r--src/mapi/es1api/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mapi/es1api/meson.build b/src/mapi/es1api/meson.build
index 53e894f091c..b0416e705a1 100644
--- a/src/mapi/es1api/meson.build
+++ b/src/mapi/es1api/meson.build
@@ -20,10 +20,10 @@
es1_glapi_mapi_tmp_h = custom_target(
'es1_glapi_mapi_tmp.h',
- input : [mapi_abi_py, gl_and_es_api_files],
+ input : [glapi_gen_mapi_py, glapi_gen_gl_xml],
output : 'glapi_mapi_tmp.h',
- command : [prog_python, '@INPUT0@', '--printer', 'es1api', '@INPUT1@'],
- depend_files : api_xml_files,
+ command : [prog_python, '@INPUT0@', 'glesv1', '@INPUT1@'],
+ depend_files : glapi_gen_mapi_deps,
capture : true,
)