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:

committed by
Marge Bot

parent
0337acad15
commit
de90690aba
@@ -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'],
|
||||||
|
@@ -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',
|
||||||
|
Reference in New Issue
Block a user