[gnome-notes/gbsneto/random-improvements: 4/5] flatpak: Build libical and EDS with cmake-ninja
- From: Isaque Galdino de Araujo <igaldino src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-notes/gbsneto/random-improvements: 4/5] flatpak: Build libical and EDS with cmake-ninja
- Date: Tue, 23 Jun 2020 11:02:23 +0000 (UTC)
commit 82b015221d0235dcba7cfe2a2aa7b759a040b6e0
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]