[nautilus] Revert "org.gnome.Nautilus: revert build by default with meson"



commit 3453309b4267309adf25c308727ccb951131819d
Author: Carlos Soriano <csoriano gnome org>
Date:   Thu Mar 16 14:06:32 2017 +0100

    Revert "org.gnome.Nautilus: revert build by default with meson"
    
    This reverts commit a84bf6ac79175e831feaf5e061dad3e822f1e816.
    
    Meson can be used now from builder, although it compiles everytime due
    to ninja issue https://github.com/ninja-build/ninja/issues/1120 it's
    still faster than autotools for me (quite surprising), so switching for
    it as default build system.
    
    Developers can still use autotools just switching the buildsystem in the
    flatpak manifest.

 org.gnome.Nautilus.json |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/org.gnome.Nautilus.json b/org.gnome.Nautilus.json
index 3e8661e..3eb259d 100644
--- a/org.gnome.Nautilus.json
+++ b/org.gnome.Nautilus.json
@@ -117,13 +117,14 @@
             ]
         },
         {
+            "buildsystem": "meson",
+            "builddir": true,
             "name": "nautilus",
             "config-opts": [
-                "--disable-static",
-                "--disable-desktop",
-                "--disable-selinux",
-                "--enable-xmp",
-                "--enable-libexif"
+                "-Denable-desktop=false",
+                "-Denable-selinux=false",
+                "-Denable-xmp=true",
+                "-Denable-libexif=true"
             ],
             "sources": [
                 {


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