meson: Update minimum version

This commit is contained in:
Alberto Fanjul 2018-12-20 00:50:03 +01:00
parent a0c71ea73d
commit 1a2fa8b38e

View file

@ -3,7 +3,7 @@ project(
version: '3.30.1',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
meson_version: '>= 0.46.0',
meson_version: '>= 0.48.0',
)
gitg_name = meson.project_name()