[gnome-notes] flatpak: Workaround GOA issue



commit 8b3b38a0f0df94152c0c9745e21c535067390cca
Author: Isaque Galdino <igaldino gmail com>
Date:   Thu Jul 19 14:10:38 2018 -0300

    flatpak: Workaround GOA issue
    
    GNOME Online Accounts (GOA) has an issue preventing flatpak build [1].
    
    This patch disables warnings being considered errors for GOA build.
    
    [1] gnome-online-accounts#10

 build-aux/flatpak/org.gnome.bijiben.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/build-aux/flatpak/org.gnome.bijiben.json b/build-aux/flatpak/org.gnome.bijiben.json
index 08daa92..3654074 100644
--- a/build-aux/flatpak/org.gnome.bijiben.json
+++ b/build-aux/flatpak/org.gnome.bijiben.json
@@ -50,7 +50,7 @@
         {
             "name" : "gnome-online-accounts",
             "config-opts" : [
-                "--disable-telepathy",
+                "--disable-Werror",
                 "--disable-documentation",
                 "--disable-backend"
             ],


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