[gnome-video-effects/wip/jtojnar/meson-fixes: 1/4] build: Fix meson version warning
- From: Jan Tojnar <jtojnar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-video-effects/wip/jtojnar/meson-fixes: 1/4] build: Fix meson version warning
- Date: Mon, 19 Aug 2019 17:28:07 +0000 (UTC)
commit 81160d605423ab2d5b3f7e672f6f46feee80cc4b
Author: Jan Tojnar <jtojnar gmail com>
Date: Mon Aug 19 19:12:01 2019 +0200
build: Fix meson version warning
The following warning is produced when configuring:
WARNING: Project targetting '>= 0.43.0' but tried to use feature introduced in '0.50.0': install arg in
configure_file
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 94b86e1..9b7e53f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,6 +1,6 @@
project('gnome-video-effects',
version: '0.5.0',
- meson_version: '>= 0.43.0'
+ meson_version: '>= 0.50.0',
)
gnome = import('gnome')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]