mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:03:47 +01:00
Bump to meson 0.56
This commit is contained in:
parent
120a33d116
commit
bf53db66fb
@ -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',
|
||||
|
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user