[totem/wip/hadess/meson-warning] build: Bump meson requirement
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/meson-warning] build: Bump meson requirement
- Date: Tue, 7 Jan 2020 09:16:22 +0000 (UTC)
commit 8aae04bdc9116be85277fc76ea07d0b978904b47
Author: Bastien Nocera <hadess hadess net>
Date: Tue Jan 7 10:02:28 2020 +0100
build: Bump meson requirement
Fixes warning:
WARNING: Project specifies a minimum meson_version '>= 0.49.0' but uses features which were added in
newer versions:
* 0.50.0: {'install arg in configure_file'}
Closes: #384
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index ae31d3376..ec44bbf23 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@ project(
version: '3.34.0',
license: 'GPL2+ with exception',
default_options: 'buildtype=debugoptimized',
- meson_version: '>= 0.49.0'
+ meson_version: '>= 0.50.0'
)
totem_version = meson.project_version()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]