[eog-plugins] build: Bump required Meson version to 0.58
- From: Felix Riemann <friemann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [eog-plugins] build: Bump required Meson version to 0.58
- Date: Wed, 23 Feb 2022 19:06:22 +0000 (UTC)
commit 5aff9d1f79638d98f67f8e375e7ba231fd2cdd75
Author: Felix Riemann <friemann gnome org>
Date: Wed Feb 23 20:04:32 2022 +0100
build: Bump required Meson version to 0.58
We're using the positional argument of `dep.get_variable()` which
is only supported as of 0.58.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index c8d9f6c..fc5173e 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
version: '42.rc',
license: 'GPL2+',
default_options: 'buildtype=debugoptimized',
- meson_version: '>= 0.57.0'
+ meson_version: '>= 0.58.0'
)
gnome = import('gnome')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]