[gnome-notes/gbsneto/random-improvements: 2/3] flatpak: Build libical and EDS with cmake-ninja



commit fb32e3508832122f7638ff9e40938a6905a5f490
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Fri Jun 19 15:37:57 2020 -0300

    flatpak: Build libical and EDS with cmake-ninja
    
    Using the Ninja backend can cut the compile times by a third.

 build-aux/flatpak/org.gnome.Notes.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Notes.json b/build-aux/flatpak/org.gnome.Notes.json
index 0390341..98166f4 100644
--- a/build-aux/flatpak/org.gnome.Notes.json
+++ b/build-aux/flatpak/org.gnome.Notes.json
@@ -83,7 +83,7 @@
             "cleanup" : [
                 "/lib/cmake"
             ],
-            "buildsystem" : "cmake",
+            "buildsystem" : "cmake-ninja",
             "config-opts" : [
                 "-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib",
                 "-DBUILD_SHARED_LIBS:BOOL=ON",
@@ -119,7 +119,7 @@
                 "/libexec",
                 "/share/dbus-1/services"
             ],
-            "buildsystem" : "cmake",
+            "buildsystem" : "cmake-ninja",
             "config-opts" : [
                 "-DENABLE_CANBERRA=OFF",
                 "-DENABLE_GTK=ON",


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