[gnome-continuous/wip/nielsdg/folks-meson] folks: Adjust to meson
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous/wip/nielsdg/folks-meson] folks: Adjust to meson
- Date: Wed, 17 Apr 2019 07:42:13 +0000 (UTC)
commit 928237b586b1dc7e7447acc2053de60848739308
Author: Niels De Graef <niels degraef barco com>
Date: Wed Apr 17 09:40:47 2019 +0200
folks: Adjust to meson
Continuous apparently auto-detects build systems and prefers meson over
autotools, which meants that -even though we explicitly kept autotools-,
this suddenly started breaking due to the changed option format.
manifest.json | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 934e697..f316f3d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1452,11 +1452,9 @@
{"src": "gnome:folks.git",
"name": "folks",
- "config-opts": ["--disable-static",
- "--disable-fatal-warnings",
- "--enable-eds-backend",
- "--enable-bluez-backend",
- "--enable-installed-tests"]},
+ "config-opts": ["-Deds_backend=true",
+ "-Dbluez_backend=true",
+ "-Dinstalled_tests=true"]},
{"src": "gnome:gnome-maps.git",
"name": "gnome-maps"},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]