[gnote/meson] Specify minimum meson version



commit f5b397559278239d46973e468aa54fd164e92760
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Mar 28 17:56:18 2021 +0300

    Specify minimum meson version

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 4f7fe0d4..c73bbc25 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gnote', 'cpp', version: '41.alpha')
+project('gnote', 'cpp', version: '41.alpha', meson_version: '>=0.49.0')
 
 i18n = import('i18n')
 


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