[gom] Fix declaration of the required meson version
- From: Mathieu Bridon <mbridon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gom] Fix declaration of the required meson version
- Date: Sat, 29 Apr 2017 11:11:28 +0000 (UTC)
commit 25ec1926c677eaccca064d6c9e5d84c753360d25
Author: Mathieu Bridon <bochecha daitauha fr>
Date: Sat Apr 29 13:10:41 2017 +0200
Fix declaration of the required meson version
We don't want an exact match, but at least that version.
meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 3d22d38..d79f837 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('gom', 'c',
version: '0.3.2',
license: 'LGPL-2.1+',
- meson_version: '0.38.1')
+ meson_version: '>= 0.38.1')
version = meson.project_version().split('.')
soversion = 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]