mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:13:48 +01:00
Bump minimum check version to 0.11
This commit is contained in:
parent
5da8c99134
commit
9bc3e9bfaf
@ -27,7 +27,7 @@ For building zathura, the following dependencies are also required:
|
||||
|
||||
The following dependencies are optional build-time only dependencies:
|
||||
|
||||
* `check`: for tests
|
||||
* `check` (>= 0.11): for tests
|
||||
* `librvsg-bin`: PNG icons
|
||||
* `Sphinx`: manpages and HTML documentation
|
||||
* `doxygen`: HTML documentation
|
||||
|
@ -1,4 +1,4 @@
|
||||
check = dependency('check', required: get_option('tests'))
|
||||
check = dependency('check', required: get_option('tests'), version: '>=0.11')
|
||||
if check.found()
|
||||
test_dependencies = [
|
||||
declare_dependency(link_with: libzathura),
|
||||
|
Loading…
Reference in New Issue
Block a user