diff options
author | Juan A. Suarez Romero <[email protected]> | 2017-11-07 16:53:43 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2017-11-13 12:26:59 +0100 |
commit | 2b72ab58e5f63f82fe64cfc1beccddb2f4844405 (patch) | |
tree | fd57bb6735a37a74a7f5416de4e917936836cc4c /src/gallium | |
parent | 41f7de477c68a5ae3fd8b086dfb4a8cc10a35c39 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/drivers/etnaviv/Makefile.sources | 1 | ||||
-rw-r--r-- | src/gallium/drivers/etnaviv/meson.build | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/etnaviv/Makefile.sources b/src/gallium/drivers/etnaviv/Makefile.sources index ea8df807f66..aafcc380aa5 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 f4ae57b4a75..b9c5e47d197 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', |