[gtksourceview/meson-0.60-deps: 1/3] build: Require Meson 0.60.0 or later
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/meson-0.60-deps: 1/3] build: Require Meson 0.60.0 or later
- Date: Mon, 27 Jun 2022 10:26:57 +0000 (UTC)
commit 9c11bd439a3397f7ef1fcde87ed92da21fedf4bc
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Mon Jun 27 18:05:46 2022 +0800
build: Require Meson 0.60.0 or later
We want to use multiple dependency string searches for libxml2, beyond using
the existing pkg-config method to try also using CMake.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 8b191e8c..e7057827 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('gtksourceview', 'c',
version: '5.5.0',
license: 'LGPL-2.1-or-later',
- meson_version: '>= 0.59.0',
+ meson_version: '>= 0.60.0',
default_options: [ 'c_std=gnu99',
'buildtype=debugoptimized',
'warning_level=2' ],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]