Lines Matching +full:meson +full:- +full:cross
24 prog_bison, '-o', '@OUTPUT0@', '-p', 'glcpp_parser_',
25 '--defines=@OUTPUT1@', '@INPUT@',
29 prog_bison, '-o', '@OUTPUT0@', '-p', 'glcpp_parser_',
30 '-H', '@OUTPUT1@', '@INPUT@',
35 'glcpp-parse.[ch]',
36 input : 'glcpp-parse.y',
37 output : ['glcpp-parse.c', 'glcpp-parse.h'],
42 'glcpp-lex.c',
43 input : 'glcpp-lex.l',
44 output : 'glcpp-lex.c',
45 command : [prog_flex, '-o', '@OUTPUT@', '@INPUT@'],
82 # Meson can't auto-skip these on cross builds because of the python wrapper
85 # starting with Meson 0.55.0
88 if with_any_opengl and with_tests and meson.has_exe_wrapper() and \
97 join_paths(meson.current_source_dir(), 'tests/glcpp_test.py'),
98 glcpp, join_paths(meson.current_source_dir(), 'tests'),
99 '--@0@'.format(m),