summaryrefslogtreecommitdiffstats
path: root/src/util/meson.build
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-01-28 15:44:12 +0000
committerEric Engestrom <[email protected]>2019-04-30 15:40:33 +0000
commit316964709e21286c2af54e3afb3089d0fcce87c1 (patch)
tree851710be1d62d2448238837c787cd37ba379111b /src/util/meson.build
parent2fae99bcbd00392daf44d1bc570553ac70730d36 (diff)
util: add os_read_file() helper
readN() taken from igt. os_read_file() inspired by igt_sysfs_get() Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
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 322c75e5985..489b6df1710 100644
--- a/src/util/meson.build
+++ b/src/util/meson.build
@@ -52,6 +52,7 @@ files_mesa_util = files(
'mesa-sha1.h',
'os_time.c',
'os_time.h',
+ 'os_file.c',
'os_misc.c',
'os_misc.h',
'u_process.c',