[gnome-continuous] Enable P2P code in Flatpak



commit a7e33150691e917ed53c88a9f95d153db7a704a1
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Thu Dec 28 07:59:45 2017 +0000

    Enable P2P code in Flatpak
    
    The default non-P2P code fails to build against GLib master, because of
    the new autolist:
    
    ../common/flatpak-dir.h: In function ‘glib_listautoptr_cleanup_OstreeRepoFinderResult’:
    ../common/flatpak-dir.h:148:56: error: expected expression before ‘void’
     G_DEFINE_AUTOPTR_CLEANUP_FUNC (OstreeRepoFinderResult, void)

 manifest.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 206d010..78d3af7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -964,12 +964,12 @@
                                  "-Dgtk-doc=false"]},
 
                 {"src": "flatpak:flatpak.git",
-                 "config-opts": ["--disable-p2p",
+                 "config-opts": ["--enable-p2p",
                                  "--disable-documentation",
                                  "--enable-installed-tests"]},
 
                 {"src": "flatpak:flatpak-builder.git",
-                 "config-opts": ["--disable-p2p",
+                 "config-opts": ["--enable-p2p",
                                  "--disable-documentation",
                                  "--disable-docbook-docs"]},
 


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