project: Require meson 0.50.0

This commit is contained in:
Georges Basile Stavracas Neto 2019-06-19 12:40:23 -03:00
parent ec951d9d17
commit 6fb41e8080
No known key found for this signature in database
GPG key ID: 886C17EE170D1385

View file

@ -2,7 +2,7 @@ project(
'gnome-control-center', 'c',
version : '3.32.1',
license : 'GPL2+',
meson_version : '>= 0.48.0'
meson_version : '>= 0.50.0'
)
control_center_prefix = get_option('prefix')