diff options
author | Marek Olšák <marek.olsak@amd.com> | 2020-03-25 21:11:44 -0400 |
---|---|---|
committer | Marge Bot <eric+marge@anholt.net> | 2020-03-27 21:00:09 +0000 |
commit | e5339fe4a47c242693962c9f90bbab8b74935cba (patch) | |
tree | f625ba8d1d8c073b7b13d07f259da701e6339e4f /src/meson.build | |
parent | 6cfe074b8617f92b4538f3006b0c4e55d6681436 (diff) |
Move compiler.h and imports.h/c from src/mesa/main into src/util
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4324>
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 53b999ad22a..accb7a9806d 100644 --- a/src/meson.build +++ b/src/meson.build @@ -31,7 +31,7 @@ inc_amd_common_llvm = include_directories('amd/llvm') libglsl_util = static_library( 'glsl_util', files( - 'mesa/main/extensions_table.c', 'mesa/main/imports.c', + 'mesa/main/extensions_table.c', 'mesa/program/prog_parameter.c', 'mesa/program/symbol_table.c', 'mesa/program/dummy_errors.c', ), |