meson: move float64_glsl_file one meson.build up

anv uses it.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Yonggang Luo <luoyonggang@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19600>
This commit is contained in:
Eric Engestrom
2023-01-17 17:56:22 +00:00
committed by Marge Bot
parent 0337acad15
commit de90690aba
2 changed files with 2 additions and 2 deletions

View File

@@ -70,8 +70,6 @@ float64_glsl_h = custom_target(
command : [prog_python, '@INPUT@', '@OUTPUT@', '-n', 'float64_source'], command : [prog_python, '@INPUT@', '@OUTPUT@', '-n', 'float64_source'],
) )
float64_glsl_file = [files('float64.glsl')]
cross_platform_settings_piece_all_h = custom_target( cross_platform_settings_piece_all_h = custom_target(
'cross_platform_settings_piece_all.h', 'cross_platform_settings_piece_all.h',
input : [files_xxd, 'CrossPlatformSettings_piece_all.glsl'], input : [files_xxd, 'CrossPlatformSettings_piece_all.glsl'],

View File

@@ -22,6 +22,8 @@ inc_compiler = include_directories('.')
inc_glsl = include_directories('glsl') inc_glsl = include_directories('glsl')
inc_spirv = include_directories('spirv') inc_spirv = include_directories('spirv')
float64_glsl_file = files('glsl/float64.glsl')
files_libcompiler = files( files_libcompiler = files(
'builtin_type_macros.h', 'builtin_type_macros.h',
'glsl_types.cpp', 'glsl_types.cpp',