There was a typo that causes the generated file to be called gl_procs.h instead.
Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> --- src/mapi/glapi/gen/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mapi/glapi/gen/meson.build b/src/mapi/glapi/gen/meson.build index 4360346edad..69ef57bc146 100644 --- a/src/mapi/glapi/gen/meson.build +++ b/src/mapi/glapi/gen/meson.build @@ -153,10 +153,10 @@ glapi_mapi_tmp_h = custom_target( capture : true, ) -gl_procs_h = custom_target( - 'gl_procs.h', +glprocs_h = custom_target( + 'glprocs.h', input : ['gl_procs.py', 'gl_and_es_API.xml'], - output : 'gl_procs.h', + output : 'glprocs.h', command : [prog_python2, '@INPUT0@', '-c', '-f', '@INPUT1@'], depend_files : glapi_gen_depends, capture : true, -- 2.14.2 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
