aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/meson.build
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2018-10-01 11:59:21 -0700
committerDylan Baker <[email protected]>2018-10-30 14:32:52 -0700
commitfb02bd3d1cbfdacabc6403f2da7b5d0a9aa527e6 (patch)
treeed398e461d85af75f864de30afdb0ce69bc10f66 /src/util/meson.build
parent37db383abbec071e2b3d26d0a531ec8296705b63 (diff)
util: move u_cpu_detect to util
CC: [email protected] Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107870 Fixes: 80825abb5d1a7491035880253ffd531c55acae6b ("move u_math to src/util") Tested-by: Brian Paul <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/util/meson.build')
-rw-r--r--src/util/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/meson.build b/src/util/meson.build
index 3b84f411112..7caea27d660 100644
--- a/src/util/meson.build
+++ b/src/util/meson.build
@@ -94,6 +94,8 @@ files_mesa_util = files(
'u_math.h',
'u_debug.c',
'u_debug.h',
+ 'u_cpu_detect.c',
+ 'u_cpu_detect.h',
'vma.c',
'vma.h',
)