mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 17:08:20 +02:00
freedreno: explicitly declare required depend_files, part 2
See "from freedreno_dev_info import *" statement. Reviewed-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41518>
This commit is contained in:
parent
1fe5838568
commit
00261e5d00
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ freedreno_devices_h = custom_target(
|
|||
'-p', join_paths(meson.project_build_root(), 'src/freedreno/registers/adreno/')
|
||||
],
|
||||
depends: freedreno_py_header_files,
|
||||
depend_files: [files('freedreno_dev_info.py')],
|
||||
capture: true,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue