[eog/wip/eog-plugins-meson] flatpak: eog-plugins has switched to Meson




commit 5696c635f972c700d81ae51ba23bcd0014016a8a
Author: Felix Riemann <friemann gnome org>
Date:   Wed Feb 2 21:19:51 2022 +0100

    flatpak: eog-plugins has switched to Meson

 org.gnome.Eog.json | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/org.gnome.Eog.json b/org.gnome.Eog.json
index b7def6af..44a78a4b 100644
--- a/org.gnome.Eog.json
+++ b/org.gnome.Eog.json
@@ -108,10 +108,16 @@
         },
         {
             "name" : "eog-plugins",
+            "buildsystem" : "meson",
+            "config-opts" : [
+                "-Dplugin_map=false",
+                "-Dplugin_postasa=false"
+            ],
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/GNOME/eog-plugins.git";
+                    "url" : "https://gitlab.gnome.org/GNOME/eog-plugins.git";,
+                    "branch" : "wip/port-to-meson"
                 }
             ]
         }


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