mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 13:10:10 +01:00
turnip: remove headers from libtu_files
meson can work out the dependencies. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17811>
This commit is contained in:
parent
381f234ab8
commit
8977913a23
1 changed files with 0 additions and 4 deletions
|
|
@ -36,10 +36,8 @@ libtu_files = files(
|
|||
'tu_cmd_buffer.c',
|
||||
'tu_cs_breadcrumbs.c',
|
||||
'tu_cs.c',
|
||||
'tu_cs.h',
|
||||
'tu_device.c',
|
||||
'tu_descriptor_set.c',
|
||||
'tu_descriptor_set.h',
|
||||
'tu_dynamic_rendering.c',
|
||||
'tu_formats.c',
|
||||
'tu_image.c',
|
||||
|
|
@ -51,8 +49,6 @@ libtu_files = files(
|
|||
'tu_shader.c',
|
||||
'tu_suballoc.c',
|
||||
'tu_util.c',
|
||||
'tu_util.h',
|
||||
'tu_perfetto.h',
|
||||
)
|
||||
|
||||
tu_deps = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue