[gnome-boxes/require-meson-0.50.0: 3/3] build: Require Meson 0.50.0
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/require-meson-0.50.0: 3/3] build: Require Meson 0.50.0
- Date: Mon, 25 Nov 2019 10:26:57 +0000 (UTC)
commit f87465817e248c455b9b63f6f984e90ffa8ac034
Author: Felipe Borges <felipeborges gnome org>
Date: Mon Nov 25 11:05:24 2019 +0100
build: Require Meson 0.50.0
We are using features which are not available in the previous
versions.
Fedora 30 already ships Meson 0.50.x.
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 18a0697e..f267e4db 100644
--- a/meson.build
+++ b/meson.build
@@ -2,7 +2,7 @@ project ('gnome-boxes',
['vala', 'c'],
version: '3.35.1',
license: 'LGPLv2+',
- meson_version: '>= 0.46.0',
+ meson_version: '>= 0.50.0',
)
gnome = import ('gnome')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]