summaryrefslogtreecommitdiff
path: root/src/freedreno
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-12-16 00:48:25 -0800
committerMarge Bot <eric+marge@anholt.net>2020-12-17 00:03:22 +0000
commit434da21a7c81acbe03f0e1621e80904313c0b05c (patch)
treef8a766691c51b126e1130c9be1ea8e9c536cdfca /src/freedreno
parent818031afd1cb712ffb466cf95b39de260dafbdf5 (diff)
meson: add missing dependency on generated git_sha1.h
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8121>
Diffstat (limited to 'src/freedreno')
-rw-r--r--src/freedreno/common/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/freedreno/common/meson.build b/src/freedreno/common/meson.build
index 2da6c1eacf8..30ef23043a7 100644
--- a/src/freedreno/common/meson.build
+++ b/src/freedreno/common/meson.build
@@ -27,6 +27,7 @@ libfreedreno_common = static_library(
'freedreno_uuid.c',
'freedreno_uuid.h',
'freedreno_guardband.h',
+ sha1_h,
],
include_directories : [inc_freedreno, inc_include, inc_src, inc_gallium],
c_args : [no_override_init_args],