mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 07:56:47 +01:00
Bump girara dependency
This commit is contained in:
parent
080b492548
commit
546c845dc5
2 changed files with 2 additions and 2 deletions
2
README
2
README
|
@ -10,7 +10,7 @@ Requirements
|
|||
meson (>= 0.47)
|
||||
gtk3 (>= 3.22)
|
||||
glib (>= 2.50)
|
||||
girara (>= 0.2.8)
|
||||
girara (>= 0.3.2)
|
||||
sqlite3 (optional, >= 3.5.9)
|
||||
check (optional build dependency, for tests)
|
||||
libmagic from file(1) (optional, for mime-type detection)
|
||||
|
|
|
@ -37,7 +37,7 @@ plugindir = join_paths(get_option('libdir'), 'zathura')
|
|||
|
||||
# required dependencies
|
||||
libm = cc.find_library('m', required: false)
|
||||
girara = dependency('girara-gtk3', version: '>=0.2.9')
|
||||
girara = dependency('girara-gtk3', version: '>=0.3.2')
|
||||
glib = dependency('glib-2.0', version: '>=2.50')
|
||||
gio = dependency('gio-unix-2.0', required: host_machine.system() != 'windows')
|
||||
gthread = dependency('gthread-2.0', version: '>=2.50')
|
||||
|
|
Loading…
Reference in a new issue