[gnome-control-center/require-meson-0.51.0: 2/2] meson: Require 0.51.0



commit 3d18fa23fe4f62eb8ad1bc55f28704ef84aa6826
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Dec 17 18:23:11 2019 +0100

    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

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 1aa405bea..87662a472 100644
--- a/meson.build
+++ b/meson.build
@@ -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')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]