Bump to meson 0.56

This commit is contained in:
Sebastian Ramacher 2021-09-12 16:11:35 +02:00
parent 120a33d116
commit bf53db66fb
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ if rsvg_convert.found()
endif
i18n = import('i18n')
podir = join_paths(meson.source_root(), 'po')
podir = join_paths(meson.project_source_root(), 'po')
desktop = i18n.merge_file('desktop',
input: 'org.pwmt.zathura.desktop.in',

View File

@ -1,6 +1,6 @@
project('zathura', 'c',
version: '0.4.8',
meson_version: '>=0.47',
meson_version: '>=0.56',
default_options: ['c_std=c11', 'warning_level=3'],
)
@ -182,7 +182,7 @@ zathura = executable(
include_directories: include_directories,
c_args: defines + flags,
export_dynamic: true,
gui_app: true
win_subsystem: 'windows'
)
install_headers(headers, subdir: 'zathura')