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:
Daiki Ueno 2019-07-24 06:10:13 +02:00
parent f7e73bab6d
commit 555407a448

View File

@ -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')