xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jun 21 03:32:56 UTC 2022


 meson.build |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8cd0397e5b4c1f0e0add1fea67f82b811214bf3e
Author: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
Date:   Mon Jun 20 20:32:26 2022 -0700

    Revert "meson: Bump requirement to meson-0.50.0"
    
    This bump is causing issues with our CI.  Sorry about that.
    
    This reverts commit 0a27f96d1d0e474b308be982fa7069d3ae0d9892.

diff --git a/meson.build b/meson.build
index 7f9330107..db1d63f3e 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@ project('xserver', 'c',
             'c_std=gnu99',
         ],
         version: '21.1.99.1',
-        meson_version: '>= 0.50.0',
+        meson_version: '>= 0.47.0',
 )
 release_date = '2021-07-05'
 


More information about the xorg-commit mailing list