mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-19 19:25:41 +02:00
meson: require 0.60.0
This introduces dependencies with multiple names which is used for the `sdbus_library` dependency of the `mpris` module.
This commit is contained in:
parent
7e76d53c0a
commit
56467d0ba3
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
project('yambar', 'c',
|
project('yambar', 'c',
|
||||||
version: '1.11.0',
|
version: '1.11.0',
|
||||||
license: 'MIT',
|
license: 'MIT',
|
||||||
meson_version: '>=0.59.0',
|
meson_version: '>=0.60.0',
|
||||||
default_options: ['c_std=c18',
|
default_options: ['c_std=c18',
|
||||||
'warning_level=1',
|
'warning_level=1',
|
||||||
'b_ndebug=if-release'])
|
'b_ndebug=if-release'])
|
||||||
|
|
Loading…
Add table
Reference in a new issue