[gnome-photos/wip/rishi/meson-wrap-mode] flatpak: Fix the grilo-plugins build



commit b92621ceee1367d4219e8641e644fa4779cfee7a
Author: Debarshi Ray <debarshir gnome org>
Date:   Mon Mar 30 14:43:17 2020 +0200

    flatpak: Fix the grilo-plugins build
    
    The grilo-plugins build has started to fallback to downloading grilo
    as a subproject if certain dependencies aren't met [1]. In this case,
    the grilo-pls-0.3 dependency is missing because it's disabled in the
    grilo build via the -Denable-grl-pls=false option.
    
    [1] grilo-plugins commit 34d3c5844864f0d0
        https://gitlab.gnome.org/GNOME/grilo-plugins/-/merge_requests/68

 flatpak/org.gnome.Photos.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 7262e44d..ec9f9c73 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -239,7 +239,8 @@
                              "-Denable-tmdb=no",
                              "-Denable-tracker=no",
                              "-Denable-vimeo=no",
-                             "-Denable-youtube=no" ],
+                             "-Denable-youtube=no",
+                             "--wrap-mode=nofallback" ],
             "sources": [
                 {
                     "type": "git",


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