forked from ariadne/pkgconf
meson: bump required version to 0.47 for copy directive
parent
107ad34f8f
commit
061627f091
|
@ -1,7 +1,7 @@
|
||||||
project('pkgconf', 'c',
|
project('pkgconf', 'c',
|
||||||
version : '1.6.3',
|
version : '1.6.3',
|
||||||
license : 'ISC',
|
license : 'ISC',
|
||||||
meson_version : '>=0.40')
|
meson_version : '>=0.47')
|
||||||
|
|
||||||
|
|
||||||
cc = meson.get_compiler('c')
|
cc = meson.get_compiler('c')
|
||||||
|
|
|
@ -18,6 +18,6 @@ tests = [
|
||||||
|
|
||||||
# yuck
|
# yuck
|
||||||
foreach test : tests
|
foreach test : tests
|
||||||
configure_file(input: test + '.sh', output: test, configuration: configuration_data())
|
configure_file(input: test + '.sh', output: test, copy: true)
|
||||||
run_command('chmod', '755', join_paths(meson.build_root(), 'tests', test))
|
run_command('chmod', '755', join_paths(meson.build_root(), 'tests', test))
|
||||||
endforeach
|
endforeach
|
||||||
|
|
Loading…
Reference in New Issue