etnaviv: Fix missing rnndb file in tarballs

Seems that when the rnndb files for etniviv were updated/included back
in Nov 2017, hw/texdesc_3d.xml.h was missed from Makefile.sources and
meson.build. This was all during the conversion to meson, so it apears
to have slipped through the cracks. As such, this file has been missing
from the official tarballs since inclusion in Mesa, so the git trees
and tarballs differ.

Found due to lintian errors in the Debian packages.

Fixes: f1e1c60ff6 ("etnaviv: Update from rnndb")
Cc: mesa-stable@lists.freedesktop.org
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
This commit is contained in:
Stuart Young 2018-05-17 03:01:43 +10:00 committed by Christian Gmeiner
parent 71892fbe19
commit f806cc9eb6
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ C_SOURCES := \
hw/state_3d.xml.h \
hw/state_blt.xml.h \
hw/state.xml.h \
hw/texdesc_3d.xml.h \
\
etnaviv_asm.c \
etnaviv_asm.h \

View File

@ -26,6 +26,7 @@ files_etnaviv = files(
'hw/state_3d.xml.h',
'hw/state_blt.xml.h',
'hw/state.xml.h',
'hw/texdesc_3d.xml.h',
'etnaviv_asm.c',
'etnaviv_asm.h',
'etnaviv_blend.c',