Skip to content

Commit

Permalink
meson.build: Increase meson version
Browse files Browse the repository at this point in the history
This fixes WARNING: Project specifies a minimum meson_version '>= 0.56.2'
but uses features which were added in newer versions:
 * 0.58.0: {'str.replace'}
  • Loading branch information
hfiguiere authored and GeorgesStavracas committed Oct 11, 2023
1 parent d92f8cd commit f413c9b
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
Expand Up @@ -2,7 +2,7 @@ project(
'xdg-desktop-portal',
'c',
version: '1.18.1',
meson_version: '>= 0.56.2',
meson_version: '>= 0.58',
license: 'LGPL-2.0-or-later',
default_options: ['warning_level=2'])

Expand Down

0 comments on commit f413c9b

Please sign in to comment.