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:
parent
8d704b2a0c
commit
3d18fa23fe
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue