mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-03 02:28:53 +00:00
build: Bump meson_version to 0.50
To suppress the warning: WARNING: Project targetting '>= 0.48' but tried to use feature introduced in '0.50.0': install arg in configure_file
This commit is contained in:
parent
f7e73bab6d
commit
555407a448
@ -1,7 +1,7 @@
|
|||||||
project('libsecret', 'c',
|
project('libsecret', 'c',
|
||||||
version: '0.18.8',
|
version: '0.18.8',
|
||||||
license: 'GPL2+',
|
license: 'GPL2+',
|
||||||
meson_version: '>= 0.48',
|
meson_version: '>= 0.50',
|
||||||
)
|
)
|
||||||
|
|
||||||
gnome = import('gnome')
|
gnome = import('gnome')
|
||||||
|
Loading…
Reference in New Issue
Block a user