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:
Juan A. Suarez Romero 2017-11-07 16:53:43 +01:00
parent 41f7de477c
commit 2b72ab58e5
2 changed files with 2 additions and 0 deletions

View file

@ -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 \

View file

@ -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',