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
4a99bdda
Commit
4a99bdda
authored
Feb 13, 2022
by
Sebastian Ramacher
Browse files
Version 0.4.9
parent
ee7672dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4a99bdda
...
...
@@ -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 @
4a99bdda
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