Lines Matching +full:meson +full:- +full:cross
2 # SPDX-License-Identifier: MIT
7 prog_bison, '-o', '@OUTPUT0@', '-p', 'glcpp_parser_',
8 '--defines=@OUTPUT1@', '@INPUT@',
12 prog_bison, '-o', '@OUTPUT0@', '-p', 'glcpp_parser_',
13 '-H', '@OUTPUT1@', '@INPUT@',
18 'glcpp-parse.[ch]',
19 input : 'glcpp-parse.y',
20 output : ['glcpp-parse.c', 'glcpp-parse.h'],
25 'glcpp-lex.c',
26 input : 'glcpp-lex.l',
27 output : 'glcpp-lex.c',
28 command : [prog_flex, '-o', '@OUTPUT@', '@INPUT@'],
65 # Meson can't auto-skip these on cross builds because of the python wrapper
66 if with_any_opengl and with_tests and meson.can_run_host_binaries() and \
76 glcpp, join_paths(meson.current_source_dir(), 'tests'),
77 '--@0@'.format(m),