etnaviv: automake,meson: include common_3d.xml.h in the sources lists
authorJuan A. Suarez Romero <jasuarez@igalia.com>
Tue, 7 Nov 2017 15:53:43 +0000 (16:53 +0100)
committerJuan A. Suarez Romero <jasuarez@igalia.com>
Mon, 13 Nov 2017 11:26:59 +0000 (12:26 +0100)
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>
src/gallium/drivers/etnaviv/Makefile.sources
src/gallium/drivers/etnaviv/meson.build

index ea8df80..aafcc38 100644 (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 \
index f4ae57b..b9c5e47 100644 (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',