meson: Require 0.51.0

The issues initially reported in #343 have been fixed in Meson, and
git tag --contains 5f00c3020073962edbeb2f3f709c27acdb09fd74 in the
Meson code base tells me that the earliest releast to include this
is 0.51.0.

Fedora 30 already shipped 0.51.2 and a few GNOME modules (such as
GNOME Builder) are already using newer versions.

https://github.com/mesonbuild/meson/commit/5f00c302

Closes #343
This commit is contained in:
Felipe Borges 2019-12-17 18:23:11 +01:00 committed by Robert Ancell
parent 8d704b2a0c
commit 3d18fa23fe

View file

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