mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-27 11:10:30 +01:00
etnaviv: automake,meson: include common_3d.xml.h in the sources lists
v2: include the file also in the meson.build (Eric Engestrom).
Fixes: f1e1c60ff6 ("etnaviv: Update from rnndb")
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
This commit is contained in:
parent
41f7de477c
commit
2b72ab58e5
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
C_SOURCES := \
|
||||
hw/cmdstream.xml.h \
|
||||
hw/common.xml.h \
|
||||
hw/common_3d.xml.h \
|
||||
hw/isa.xml.h \
|
||||
hw/state_3d.xml.h \
|
||||
hw/state.xml.h \
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@
|
|||
files_etnaviv = files(
|
||||
'hw/cmdstream.xml.h',
|
||||
'hw/common.xml.h',
|
||||
'hw/common_3d.xml.h',
|
||||
'hw/isa.xml.h',
|
||||
'hw/state_3d.xml.h',
|
||||
'hw/state.xml.h',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue