[gnome-books/wip/hadess/add-check-news: 2/3] build: Require a newer meson



commit 81a3ab43d8cf5bee2da26f5268662fb072fa2933
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Sep 6 14:21:10 2019 +0200

    build: Require a newer meson
    
    WARNING: Project targetting '>= 0.42.0' but tried to use feature introduced in '0.49.0': Calling 
"add_dist_script" with multiple arguments

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 12b63d8d..afd97aa4 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
   version: '3.34.0',
   license: 'GPL2+',
   default_options: 'buildtype=debugoptimized',
-  meson_version: '>= 0.42.0'
+  meson_version: '>= 0.49.0'
 )
 
 books_version = meson.project_version()


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