mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-09 23:08:18 +02:00
anv: rename drirc script
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Nanley Chery <nanley.g.chery@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41187>
This commit is contained in:
parent
2263576f59
commit
3c340e0b7c
2 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ endif
|
|||
|
||||
libanv_drirc_files = custom_target(
|
||||
'libanv_drirc',
|
||||
input : ['anv_dricrc_gen.py', drirc_gen, join_paths(dir_source_root, 'src/util/00-anv-defaults.conf')],
|
||||
input : ['anv_drirc_gen.py', drirc_gen, join_paths(dir_source_root, 'src/util/00-anv-defaults.conf')],
|
||||
output : ['anv_drirc.c', 'anv_drirc.h'],
|
||||
command : [prog_python, '@INPUT0@',
|
||||
'-p', join_paths(dir_source_root, 'src/util/'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue