mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:03:47 +01:00
Merge tag '0.4.3' into develop
Version 0.4.3
This commit is contained in:
commit
19b9ed91e8
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)
|
||||
|
@ -1,5 +1,5 @@
|
||||
project('zathura', 'c',
|
||||
version: '0.4.2',
|
||||
version: '0.4.3',
|
||||
meson_version: '>=0.47',
|
||||
default_options: 'c_std=c11',
|
||||
)
|
||||
@ -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 New Issue
Block a user