Codebase list devhelp / 48b158a
build: require meson >= 0.50 To fix this warning: WARNING: Project specifies a minimum meson_version '>= 0.47' but uses features which were added in newer versions: * 0.50.0: {'install arg in configure_file'} Sébastien Wilmet 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
44
55 project(
66 'devhelp', 'c',
7 meson_version : '>= 0.47',
7 meson_version : '>= 0.50',
88 version : '3.34.0',
99 default_options : ['warning_level=2']
1010 )