Skip to content

Commit

Permalink
Require meson 0.50.0
Browse files Browse the repository at this point in the history
Without this, I get the following warnings:
```
WARNING: Project specifies a minimum meson_version '>= 0.46.0' but uses features which were added in newer versions:
 * 0.49.0: {'compiler.get_argument_syntax_method'}
 * 0.50.0: {'install arg in configure_file'}
```
  • Loading branch information
ntd committed May 20, 2022
1 parent 60b66d3 commit 05018e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('lgi', 'c',
version: '0.9.2',
meson_version: '>= 0.46.0',
meson_version: '>= 0.50.0',
default_options: [
'warning_level=2',
'buildtype=debugoptimized',
Expand Down

0 comments on commit 05018e8

Please sign in to comment.