mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 07:46:02 +01:00
Merge tag '0.4.4' into develop
Version 0.4.4
This commit is contained in:
commit
17ba32d98d
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
project('zathura', 'c',
|
project('zathura', 'c',
|
||||||
version: '0.4.3',
|
version: '0.4.4',
|
||||||
meson_version: '>=0.47',
|
meson_version: '>=0.47',
|
||||||
default_options: 'c_std=c11',
|
default_options: 'c_std=c11',
|
||||||
)
|
)
|
||||||
|
@ -37,7 +37,7 @@ plugindir = join_paths(get_option('libdir'), 'zathura')
|
||||||
|
|
||||||
# required dependencies
|
# required dependencies
|
||||||
libm = cc.find_library('m', required: false)
|
libm = cc.find_library('m', required: false)
|
||||||
girara = dependency('girara-gtk3', version: '>=0.3.2')
|
girara = dependency('girara-gtk3', version: '>=0.3.3')
|
||||||
glib = dependency('glib-2.0', version: '>=2.50')
|
glib = dependency('glib-2.0', version: '>=2.50')
|
||||||
gio = dependency('gio-unix-2.0', required: host_machine.system() != 'windows')
|
gio = dependency('gio-unix-2.0', required: host_machine.system() != 'windows')
|
||||||
gthread = dependency('gthread-2.0', version: '>=2.50')
|
gthread = dependency('gthread-2.0', version: '>=2.50')
|
||||||
|
|
Loading…
Reference in a new issue