diff options
author | Dylan Baker <[email protected]> | 2018-10-01 11:55:27 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-10-30 14:32:52 -0700 |
commit | 37db383abbec071e2b3d26d0a531ec8296705b63 (patch) | |
tree | 7480f6129ea2a1011ec25384adda7ae783d826c1 /src/util/meson.build | |
parent | 2fd5dff7e7348cce46318ee0db913948968ded2a (diff) |
util: Move u_debug to utils
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.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/meson.build b/src/util/meson.build index cf173ee2bd5..3b84f411112 100644 --- a/src/util/meson.build +++ b/src/util/meson.build @@ -92,6 +92,8 @@ files_mesa_util = files( 'u_vector.h', 'u_math.c', 'u_math.h', + 'u_debug.c', + 'u_debug.h', 'vma.c', 'vma.h', ) |