[gnome-photos] flatpak: Switch to Meson



commit d8f0be291de1ad3b811844ed3b2bdb6c731a9bd5
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Sep 27 13:46:50 2018 +0200

    flatpak: Switch to Meson
    
    The Autotools build didn't use --disable-dogtail, even though the SDK
    doesn't have Dogtail. It only worked because configure.ac doesn't
    actually check for the presence of Dogtail. The Meson build doesn't
    check for it either, but merely to imitate the Autotools build.
    
    It's better to spell out exactly what's going on.

 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 c2fb9948..5ad07109 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -295,7 +295,8 @@
         },
         {
             "name": "gnome-photos",
-            "config-opts": [ "--disable-Werror" ],
+            "buildsystem": "meson",
+            "config-opts": [ "-Ddogtail=false" ],
             "sources": [
                 {
                     "type": "git",


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