[tracker/wip/carlosg/downgrade-meson-version: 2/2] Revert "build: Require Meson >= 0.50"



commit b2c8a515352996ae0191376d0d7c0c7172577a75
Author: Carlos Garnacho <carlosg gnome org>
Date:   Wed May 1 14:14:01 2019 +0200

    Revert "build: Require Meson >= 0.50"
    
    This reverts commit 17777040c63b7bc8586fa77bfa1219c0d96a9dd9.
    
    This version is still too new for gnome-build-meta and flatpaks,
    let's try to do without it.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 8888bbc68..f5308ce00 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
 project('tracker', 'c', 'vala',
         version: '2.2.1',
-        meson_version: '>=0.50')
+        meson_version: '>=0.47')
 
 gnome = import('gnome')
 i18n = import('i18n')


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