[gom/wip/hadess/0.4: 1/2] build: Fix meson warning
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gom/wip/hadess/0.4: 1/2] build: Fix meson warning
- Date: Mon, 17 Feb 2020 18:43:16 +0000 (UTC)
commit 95789bfd6dca2b83e21188090813f1ca325e3650
Author: Bastien Nocera <hadess hadess net>
Date: Mon Feb 17 14:18:35 2020 +0100
build: Fix meson warning
DEPRECATION: Project targeting '>= 0.38.1' but tried to use feature deprecated since '0.48.0': python3
module
WARNING: Deprecated features used:
* 0.48.0: {'python3 module'}
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 19efd8d..f698d88 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('gom', 'c',
version: '0.3.3',
license: 'LGPL-2.1+',
- meson_version: '>= 0.38.1')
+ meson_version: '>= 0.48')
version = meson.project_version().split('.')
soversion = 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]