From 0612688bc442574c8f0b72b32215e14c39c76d79 Mon Sep 17 00:00:00 2001 From: Niels De Graef Date: Wed, 17 Apr 2019 08:37:35 +0200 Subject: [PATCH] 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.Maps.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/org.gnome.Maps.json b/org.gnome.Maps.json index 3395f1ec..7336cff2 100644 --- a/org.gnome.Maps.json +++ b/org.gnome.Maps.json @@ -157,15 +157,14 @@ }, { "name" : "folks", + "buildsystem": "meson", "cleanup" : [ - "/bin", - "/share/GConf" + "/bin" ], "config-opts" : [ - "--disable-telepathy-backend", - "--disable-ofono-backend", - "--disable-bluez-backend", - "--disable-fatal-warnings" + "-Dtelepathy_backend=false", + "-Dofono_backend=false", + "-Dbluez_backend=false" ], "sources" : [ { @@ -217,4 +216,4 @@ ] } ] -} \ No newline at end of file +} -- GitLab