[Mesa-dev] [PATCH mesa] mapi: use variable to reference generated 'glapi_gentable.c' file

Eric Engestrom eric.engestrom at imgtec.com
Tue Nov 28 11:23:56 UTC 2017


Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
 src/mapi/glapi/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mapi/glapi/meson.build b/src/mapi/glapi/meson.build
index 14ffa68ad0daa06a32ed..470431de33d81a26d367 100644
--- a/src/mapi/glapi/meson.build
+++ b/src/mapi/glapi/meson.build
@@ -26,7 +26,7 @@ static_glapi_files = []
 static_glapi_args = []
 
 if ['apple', 'windows'].contains(with_dri_platform)
-  static_glapi_files += files('glapi_gentable.c')
+  static_glapi_files += glapi_gentable_c
 endif
 
 if with_shared_glapi
-- 
Cheers,
  Eric



More information about the mesa-dev mailing list