[geary/wip/nielsdg/folks-meson] flatpak: Build folks with meson
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/nielsdg/folks-meson] flatpak: Build folks with meson
- Date: Wed, 17 Apr 2019 22:23:08 +0000 (UTC)
commit 1eb5dd1076b9aa26dcab63781622ece348006740
Author: Niels De Graef <nielsdegraef gmail com>
Date: Thu Apr 18 00:22:15 2019 +0200
flatpak: Build folks with meson
Folks recently gained support for the Meson build system, so use that
instead of autotools. This should make the build faster and more
future-proof (since the autotools build might not survive for long).
org.gnome.Geary.json | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/org.gnome.Geary.json b/org.gnome.Geary.json
index add4644a..53bd8196 100644
--- a/org.gnome.Geary.json
+++ b/org.gnome.Geary.json
@@ -154,15 +154,14 @@
},
{
"name": "folks",
+ "buildsystem": "meson",
"cleanup": [
- "/bin",
- "/share/GConf"
+ "/bin"
],
"config-opts": [
- "--disable-telepathy-backend",
- "--disable-inspect-tool",
- "--disable-import-tool",
- "--disable-fatal-warnings"
+ "-Dtelepathy_backend=false",
+ "-Dinspect_tool=false",
+ "-Dimport_tool=false"
],
"sources": [
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]