summaryrefslogtreecommitdiffstats
path: root/src/util/meson.build
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2017-10-22 17:38:26 +0200
committerNicolai Hähnle <[email protected]>2017-11-09 11:37:22 +0100
commitb4b2a951c8b4c1315c06cb4d58dbc787949daa4c (patch)
treefedec9d1b58ccccbfbe9a28da85e6ea609afcd21 /src/util/meson.build
parent688d6958682f96aaeb88aa8cc23cc5c9886a6be4 (diff)
util: move futex helpers into futex.h
v2: style fixes Reviewed-by: Marek Olšák <[email protected]> (v1)
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 0145d9cbe33..a9ab5bf545c 100644
--- a/src/util/meson.build
+++ b/src/util/meson.build
@@ -37,6 +37,7 @@ files_mesa_util = files(
'format_r11g11b10f.h',
'format_rgb9e5.h',
'format_srgb.h',
+ 'futex.h',
'half_float.c',
'half_float.h',
'hash_table.c',