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/gallium/auxiliary/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/gallium/auxiliary/meson.build')
-rw-r--r-- | src/gallium/auxiliary/meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/meson.build b/src/gallium/auxiliary/meson.build index 9c158b6b373..1b5eb4d155d 100644 --- a/src/gallium/auxiliary/meson.build +++ b/src/gallium/auxiliary/meson.build @@ -244,8 +244,6 @@ files_libgallium = files( 'util/u_cache.h', 'util/u_cpu_detect.c', 'util/u_cpu_detect.h', - 'util/u_debug.c', - 'util/u_debug.h', 'util/u_debug_gallium.h', 'util/u_debug_gallium.c', 'util/u_debug_describe.c', |