[gnome-photos/wip/rishi/drop-liboauth] flatpak: Explicitly disable the liboauth dependency in libgdata



commit cf853623c6c11c6fa5862ba9cb0135986cdcd0d2
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri May 22 15:13:13 2020 +0200

    flatpak: Explicitly disable the liboauth dependency in libgdata
    
    Even though libgdata doesn't require liboauth by default, it's better
    to explicitly specify it. It protects the build against any changes in
    the SDK or the libgdata defaults.
    
    https://gitlab.gnome.org/GNOME/gnome-photos/-/issues/116
    https://gitlab.gnome.org/GNOME/libgdata/-/issues/1

 flatpak/org.gnome.Photos.json | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 9146c954..af44f611 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -127,6 +127,7 @@
                              "-Dgtk_doc=false",
                              "-Dinstalled_tests=false",
                              "-Dintrospection=false",
+                             "-Doauth1=disabled",
                              "-Dvapi=false" ],
             "sources": [
                 {


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