summaryrefslogtreecommitdiffstats
path: root/src/util/meson.build
diff options
context:
space:
mode:
authorAnthony Pesch <[email protected]>2020-01-18 00:47:19 -0500
committerMarge Bot <[email protected]>2020-01-23 17:06:57 +0000
commit17fac0e32d515411bb95e7c222ddc8c0089b97b9 (patch)
tree213f47cc0f59ee57338f34f950da6c2a1cc39e9b /src/util/meson.build
parent552028c013cc1d49a2b61ebe0fc3a3781a9ba826 (diff)
util: import xxhash
Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Iago Toral Quiroga <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3475>
Diffstat (limited to 'src/util/meson.build')
-rw-r--r--src/util/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/meson.build b/src/util/meson.build
index 0a3ad64d4ac..66d097783cc 100644
--- a/src/util/meson.build
+++ b/src/util/meson.build
@@ -116,6 +116,7 @@ files_mesa_util = files(
'u_cpu_detect.h',
'vma.c',
'vma.h',
+ 'xxhash.h',
)
files_drirc = files('00-mesa-defaults.conf')