[gnome-music/wip/jfelder/gnome-online-accounts-meson] flatpak: Use meson to build gnome-online-accounts




commit 4d1413a81fb3b553dcbd6d36607fa3185ffbe865
Author: Jean Felder <jfelder src gnome org>
Date:   Thu Jun 23 12:58:13 2022 +0200

    flatpak: Use meson to build gnome-online-accounts
    
    The autotools build has been dropped.
    
    See:
    https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/merge_requests/89

 org.gnome.Music.json | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/org.gnome.Music.json b/org.gnome.Music.json
index 2177fcc84..d2e92fe47 100644
--- a/org.gnome.Music.json
+++ b/org.gnome.Music.json
@@ -65,10 +65,15 @@
         },
         {
             "name": "gnome-online-accounts",
-            "config-opts": [ "--enable-introspection",
-                             "--disable-documentation",
-                             "--disable-backend",
-                             "--disable-Werror" ],
+            "buildsystem": "meson",
+            "config-opts": [ "-Dgoabackend=false",
+                             "-Dvapi=false",
+                             "-Dexchange=false",
+                             "-Dgoogle=false",
+                             "-Dimap_smtp=false",
+                             "-Dkerberos=false",
+                             "-Downcloud=false",
+                             "-Dwindows_live=false" ],
             "sources": [
                 {
                     "type": "git",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]