[gnome-books/wip/hadess/evince-meson: 2/2] flatpak: Use meson to build evince



commit d3305795ec777fd9d194abd3dc43db89557530b7
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 28 16:07:17 2019 +0100

    flatpak: Use meson to build evince

 flatpak/org.gnome.Books.json | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/flatpak/org.gnome.Books.json b/flatpak/org.gnome.Books.json
index 60bd889c..4b1f76f3 100644
--- a/flatpak/org.gnome.Books.json
+++ b/flatpak/org.gnome.Books.json
@@ -104,11 +104,12 @@
         },
         {
             "name": "evince",
+            "buildsystem": "meson",
             "cleanup": [ "/share/GConf", "/share/help" ],
-            "config-opts": [ "--disable-nautilus", "--disable-viewer",
-                             "--disable-previewer", "--disable-dbus",
-                             "--disable-browser-plugin", "--enable-introspection",
-                             "--enable-comics" ],
+            "config-opts": [ "-Dnautilus=false", "-Dviewer=false",
+                             "-Dpreviewer=false", "-Ddbus=false",
+                             "-Dbrowser_plugin=false", "-Dintrospection=true",
+                             "-Dcomics=enabled", "-Dpdf=enabled" ],
             "sources": [
                 {
                     "type": "git",


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