mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 22:58:31 +02:00
etnaviv: rename enums_h appropriately
Needed for the follow-up change.
Cc: mesa-stable
Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com>
Signed-off-by: David Heidelberg <david@ixit.cz>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30829>
(cherry picked from commit 43bff3b9eb)
This commit is contained in:
parent
e32dcad055
commit
dab7b68cbd
3 changed files with 4 additions and 4 deletions
|
|
@ -604,7 +604,7 @@
|
|||
"description": "etnaviv: rename enums_h appropriately",
|
||||
"nominated": true,
|
||||
"nomination_type": 0,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": null,
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ idep_libetnaviv_decode = declare_dependency(
|
|||
)
|
||||
|
||||
prog_enums_h = files('enums.h.py')
|
||||
enums_h = custom_target(
|
||||
etnaviv_enums_h = custom_target(
|
||||
'enums.h',
|
||||
input: 'etnaviv.xml',
|
||||
output: 'enums.h',
|
||||
|
|
@ -65,7 +65,7 @@ encode_h = custom_target(
|
|||
)
|
||||
|
||||
encode_files = [
|
||||
enums_h,
|
||||
etnaviv_enums_h,
|
||||
encode_h,
|
||||
'encode.c',
|
||||
]
|
||||
|
|
|
|||
|
|
@ -87,7 +87,7 @@ files_etnaviv = files(
|
|||
|
||||
libetnaviv = static_library(
|
||||
'etnaviv',
|
||||
files_etnaviv, enums_h,
|
||||
files_etnaviv, etnaviv_enums_h,
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
include_directories : [
|
||||
inc_include, inc_src, inc_gallium, inc_gallium_aux, inc_etnaviv,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue