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 ea8df807f66d04adc563a5a4876e3fae39a0ff3a..aafcc380aa5f8f9b6ea36377679268c4f481f36a 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 f4ae57b4a75949e26f745231c34d6234d0c85a23..b9c5e47d197b33306ccaadce11fbda9dbbb02593 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',