mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 22:16:00 +01:00
Merge tag '0.3.9' into develop
Version 0.3.9
This commit is contained in:
commit
a7aa3e135f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
project('zathura', 'c',
|
project('zathura', 'c',
|
||||||
version: '0.3.8',
|
version: '0.3.9',
|
||||||
meson_version: '>=0.45',
|
meson_version: '>=0.45',
|
||||||
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('libm')
|
libm = cc.find_library('libm')
|
||||||
girara = dependency('girara-gtk3', version: '>=0.2.8')
|
girara = dependency('girara-gtk3', version: '>=0.2.9')
|
||||||
glib = dependency('glib-2.0', version: '>=2.50')
|
glib = dependency('glib-2.0', version: '>=2.50')
|
||||||
gthread = dependency('gthread-2.0', version: '>=2.50')
|
gthread = dependency('gthread-2.0', version: '>=2.50')
|
||||||
gmodule = dependency('gmodule-no-export-2.0', version: '>=2.50')
|
gmodule = dependency('gmodule-no-export-2.0', version: '>=2.50')
|
||||||
|
|
Loading…
Reference in a new issue