Mesa (master): etnaviv: automake,meson: include common_3d.xml.h in the sources lists

Juan Antonio Suárez Romero jasuarez at kemper.freedesktop.org
Mon Nov 13 11:28:52 UTC 2017


Module: Mesa
Branch: master
Commit: 2b72ab58e5f63f82fe64cfc1beccddb2f4844405
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b72ab58e5f63f82fe64cfc1beccddb2f4844405

Author: Juan A. Suarez Romero <jasuarez at igalia.com>
Date:   Tue Nov  7 16:53:43 2017 +0100

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 <eric.engestrom at imgtec.com>

---

 src/gallium/drivers/etnaviv/Makefile.sources | 1 +
 src/gallium/drivers/etnaviv/meson.build      | 1 +
 2 files changed, 2 insertions(+)

diff --git a/src/gallium/drivers/etnaviv/Makefile.sources b/src/gallium/drivers/etnaviv/Makefile.sources
index ea8df807f6..aafcc380aa 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 f4ae57b4a7..b9c5e47d19 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',




More information about the mesa-commit mailing list