From: Juan A. Suarez Romero Date: Tue, 7 Nov 2017 15:53:43 +0000 (+0100) Subject: etnaviv: automake,meson: include common_3d.xml.h in the sources lists X-Git-Tag: upstream/18.1.0~4140 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b72ab58e5f63f82fe64cfc1beccddb2f4844405;p=platform%2Fupstream%2Fmesa.git 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 --- diff --git a/src/gallium/drivers/etnaviv/Makefile.sources b/src/gallium/drivers/etnaviv/Makefile.sources index ea8df80..aafcc38 100644 --- a/src/gallium/drivers/etnaviv/Makefile.sources +++ b/src/gallium/drivers/etnaviv/Makefile.sources @@ -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 \ diff --git a/src/gallium/drivers/etnaviv/meson.build b/src/gallium/drivers/etnaviv/meson.build index f4ae57b..b9c5e47 100644 --- a/src/gallium/drivers/etnaviv/meson.build +++ b/src/gallium/drivers/etnaviv/meson.build @@ -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',