Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
83663a2c
Commit
83663a2c
authored
Feb 13, 2022
by
Sebastian Ramacher
Browse files
Merge tag '0.4.9' into develop
Version 0.4.9
parents
ee7672dc
4cdd9753
Pipeline
#430
failed with stages
in 1 minute and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
83663a2c
...
...
@@ -11,7 +11,7 @@ The following dependencies are required:
*
`gtk3`
(>= 3.22)
*
`glib`
(>= 2.50)
*
`girara`
(>= 0.3.
2
)
*
`girara`
(>= 0.3.
7
)
The following dependencies are optional:
...
...
meson.build
View file @
83663a2c
project('zathura', 'c',
version: '0.4.
8
',
version: '0.4.
9
',
meson_version: '>=0.56',
default_options: ['c_std=c11', 'warning_level=3'],
)
...
...
@@ -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.3.
6
', fallback: ['girara', 'girara_dependency'])
girara = dependency('girara-gtk3', version: '>=0.3.
7
', fallback: ['girara', 'girara_dependency'])
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')
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment