mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-28 00:14:56 +01:00
Bump to meson 0.56
This commit is contained in:
parent
120a33d116
commit
bf53db66fb
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ if rsvg_convert.found()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
i18n = import('i18n')
|
i18n = import('i18n')
|
||||||
podir = join_paths(meson.source_root(), 'po')
|
podir = join_paths(meson.project_source_root(), 'po')
|
||||||
|
|
||||||
desktop = i18n.merge_file('desktop',
|
desktop = i18n.merge_file('desktop',
|
||||||
input: 'org.pwmt.zathura.desktop.in',
|
input: 'org.pwmt.zathura.desktop.in',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project('zathura', 'c',
|
project('zathura', 'c',
|
||||||
version: '0.4.8',
|
version: '0.4.8',
|
||||||
meson_version: '>=0.47',
|
meson_version: '>=0.56',
|
||||||
default_options: ['c_std=c11', 'warning_level=3'],
|
default_options: ['c_std=c11', 'warning_level=3'],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -182,7 +182,7 @@ zathura = executable(
|
||||||
include_directories: include_directories,
|
include_directories: include_directories,
|
||||||
c_args: defines + flags,
|
c_args: defines + flags,
|
||||||
export_dynamic: true,
|
export_dynamic: true,
|
||||||
gui_app: true
|
win_subsystem: 'windows'
|
||||||
)
|
)
|
||||||
install_headers(headers, subdir: 'zathura')
|
install_headers(headers, subdir: 'zathura')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue