summaryrefslogtreecommitdiffstats
path: root/src/mesa/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/meson.build')
-rw-r--r--src/mesa/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/meson.build b/src/mesa/meson.build
index 30954beac54..c1334c96374 100644
--- a/src/mesa/meson.build
+++ b/src/mesa/meson.build
@@ -63,8 +63,6 @@ files_libmesa_common = files(
'main/api_exec.h',
'main/api_loopback.c',
'main/api_loopback.h',
- 'main/api_validate.c',
- 'main/api_validate.h',
'main/arbprogram.c',
'main/arbprogram.h',
'main/arrayobj.c',
@@ -119,6 +117,8 @@ files_libmesa_common = files(
'main/drawpix.h',
'main/drawtex.c',
'main/drawtex.h',
+ 'main/draw_validate.c',
+ 'main/draw_validate.h',
'main/enable.c',
'main/enable.h',
'main/enums.h',