diff options
author | Marek Olšák <[email protected]> | 2020-03-25 21:11:44 -0400 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-27 21:00:09 +0000 |
commit | e5339fe4a47c242693962c9f90bbab8b74935cba (patch) | |
tree | f625ba8d1d8c073b7b13d07f259da701e6339e4f /src/util/meson.build | |
parent | 6cfe074b8617f92b4538f3006b0c4e55d6681436 (diff) |
Move compiler.h and imports.h/c from src/mesa/main into src/util
Reviewed-by: Timothy Arceri <[email protected]
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4324>
Diffstat (limited to 'src/util/meson.build')
-rw-r--r-- | src/util/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/meson.build b/src/util/meson.build index e30029063c0..d6647c0c5c3 100644 --- a/src/util/meson.build +++ b/src/util/meson.build @@ -34,6 +34,7 @@ files_mesa_util = files( 'blob.h', 'build_id.c', 'build_id.h', + 'compiler.h', 'crc32.c', 'crc32.h', 'dag.c', @@ -54,6 +55,8 @@ files_mesa_util = files( 'half_float.h', 'hash_table.c', 'hash_table.h', + 'imports.c', + 'imports.h', 'list.h', 'macros.h', 'mesa-sha1.c', |