etnaviv: Fix missing rnndb file in tarballs
authorStuart Young <cefiar@gmail.com>
Wed, 16 May 2018 17:01:43 +0000 (03:01 +1000)
committerChristian Gmeiner <christian.gmeiner@gmail.com>
Wed, 16 May 2018 17:36:10 +0000 (19:36 +0200)
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>
src/gallium/drivers/etnaviv/Makefile.sources
src/gallium/drivers/etnaviv/meson.build

index 05df2d9c5fb827ac2e8d56537c0b84a5781015e4..0b208122999970a5692b00acf4bd3543d665a8f1 100644 (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 \
index 48e99d28c8946944fed04755a1304ef4d780c8b9..1733024ac9881397fbc96cff13c966f86e0b1118 100644 (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',