[gnome-continuous: 1/2] Remove outdated flatpak configure flag



commit eaccce1f50ad9880a19815b87b41329a02bb5200
Author: Matthew Leeds <matthew leeds endlessm com>
Date:   Tue May 29 17:07:45 2018 -0700

    Remove outdated flatpak configure flag
    
    In commit d2744e17a the --disable-p2p flag was added to the flatpak
    build because the P2P build was failing at the time, but that issue has
    long since been fixed. And on flatpak master --enable-p2p/--disable-p2p
    is no longer supported (P2P support is compiled iff ostree has the API
    available).

 manifest.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index a507a37..2f396aa 100644
--- a/manifest.json
+++ b/manifest.json
@@ -923,8 +923,7 @@
                                  "-Dgtk-doc=false"]},
 
                 {"src": "flatpak:flatpak.git",
-                 "config-opts": ["--disable-p2p",
-                                 "--disable-documentation",
+                 "config-opts": ["--disable-documentation",
                                  "--enable-installed-tests"]},
 
                 {"src": "git:https://github.com/yaml/libyaml.git";,


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