[gnome-photos] flatpak: Disable the installed tests for geocode-glib



commit 9fd62ae8c00a12d290eac0db16caca575d397c20
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Oct 3 16:55:48 2018 +0200

    flatpak: Disable the installed tests for geocode-glib
    
    None of the installed tests from the other modules (eg., gnome-photos
    itself) are part of the Flatpak bundle. It's also questionable how much
    value they would add to the Flatpak. The average non-technical user
    wouldn't know about them, but a contributor might find them useful.

 flatpak/org.gnome.Photos.json | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index d15cf4c2..5410a64f 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -69,7 +69,9 @@
         {
             "name": "geocode-glib",
             "buildsystem": "meson",
-            "config-opts": [ "-Denable-gtk-doc=false", "-Denable-introspection=false" ],
+            "config-opts": [ "-Denable-installed-tests=false",
+                             "-Denable-gtk-doc=false",
+                             "-Denable-introspection=false" ],
             "sources": [
                 {
                     "type": "git",


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