mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
meson: track python script dependency
Suggested-by: Andres Gomez <agomez@igalia.com> Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
parent
3de87f7cd7
commit
1f0e80f897
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ radv_entrypoints = custom_target(
|
|||
output : ['radv_entrypoints.h', 'radv_entrypoints.c'],
|
||||
command : [prog_python2, '@INPUT0@', '--xml', '@INPUT1@',
|
||||
'--outdir', meson.current_build_dir()],
|
||||
depend_files : files('radv_extensions.py'),
|
||||
)
|
||||
|
||||
radv_extensions = custom_target(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue