[gnome-notes] meson: Bump minimum meson version to 0.50



commit 1c6d897515f14815f1e74b5309d5aafe69ac5ab4
Author: Mohammed Sadiq <sadiq sadiqpk org>
Date:   Wed Jan 27 12:57:13 2021 +0530

    meson: Bump minimum meson version to 0.50
    
    'install arg in configure_file' was introduced in 0.50.0.
    So bump meson version to avoid a warning on build

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index f542209..cb265c4 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
   version: '3.38.0',
   license: 'GPL3',
   default_options: 'buildtype=debugoptimized',
-  meson_version: '>= 0.43.0'
+  meson_version: '>= 0.50.0'
 )
 
 bijiben_name = meson.project_name()


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