Update required Meson version

gnome.mkenums_simple is only available since 0.42.
This commit is contained in:
Gergely Polonkai 2018-07-27 21:42:28 +02:00
parent 0c5fa3a539
commit 2d6a91435c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
project('gnome-water-reminder', 'c', version: '0.1.0',
meson_version: '>= 0.40.0',
meson_version: '>= 0.42.0',
)
i18n = import('i18n')