aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/meson.build
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2020-03-25 21:11:44 -0400
committerMarge Bot <[email protected]>2020-03-27 21:00:09 +0000
commite5339fe4a47c242693962c9f90bbab8b74935cba (patch)
treef625ba8d1d8c073b7b13d07f259da701e6339e4f /src/mesa/meson.build
parent6cfe074b8617f92b4538f3006b0c4e55d6681436 (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/mesa/meson.build')
-rw-r--r--src/mesa/meson.build3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/meson.build b/src/mesa/meson.build
index 11c176686cc..5c2ca120333 100644
--- a/src/mesa/meson.build
+++ b/src/mesa/meson.build
@@ -92,7 +92,6 @@ files_libmesa_common = files(
'main/colortab.h',
'main/compute.c',
'main/compute.h',
- 'main/compiler.h',
'main/condrender.c',
'main/condrender.h',
'main/config.h',
@@ -180,8 +179,6 @@ files_libmesa_common = files(
'main/histogram.h',
'main/image.c',
'main/image.h',
- 'main/imports.c',
- 'main/imports.h',
'main/light.c',
'main/light.h',
'main/lines.c',