mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 13:36:00 +01:00
Require meson >= 0.61
This commit is contained in:
parent
ec4b8afd44
commit
a6d19fccc1
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ The following dependencies are optional:
|
|||
|
||||
For building zathura, the following dependencies are also required:
|
||||
|
||||
* `meson` (>= 0.56)
|
||||
* `meson` (>= 0.61)
|
||||
* `gettext`
|
||||
* `pkgconf`
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project('zathura', 'c',
|
||||
version: '0.5.2',
|
||||
meson_version: '>=0.56',
|
||||
meson_version: '>=0.61',
|
||||
default_options: ['c_std=c11', 'warning_level=3'],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue