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
f9adb25f
Commit
f9adb25f
authored
Dec 22, 2018
by
Sebastian Ramacher
Browse files
Merge branch 'release/0.4.3'
parents
5d7ec30c
738dbeed
Changes
2
Hide whitespace changes
Inline
Side-by-side
README
View file @
f9adb25f
...
...
@@ -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)
...
...
meson.build
View file @
f9adb25f
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')
...
...
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