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
82c564f5ee
commit
082ab41598
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
project('yambar', 'c',
|
||||
version: '1.11.0',
|
||||
license: 'MIT',
|
||||
meson_version: '>=0.59.0',
|
||||
meson_version: '>=0.60.0',
|
||||
default_options: ['c_std=c18',
|
||||
'warning_level=1',
|
||||
'b_ndebug=if-release'])
|
||||
|
|
Loading…
Add table
Reference in a new issue