Bump minimum check version to 0.11

This commit is contained in:
Sebastian Ramacher 2021-09-20 00:09:03 +02:00
parent 5da8c99134
commit 9bc3e9bfaf
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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),