1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-07-07 20:07:07 +00:00

Use CMake's Ninja backend

The difference between Make and Ninja for full, non-incremental builds
isn't that much [1,2]; but Ninja is already being used by Meson, so
why not?

[1] https://david.rothlis.net/ninja-benchmark/
[2] http://hamelot.io/programming/make-vs-ninja-performance-comparison/

https://gitlab.gnome.org/GNOME/nautilus/merge_requests/386
This commit is contained in:
Debarshi Ray 2019-01-10 14:51:21 +01:00 committed by Carlos Soriano
parent 5369a3d7f1
commit 0f38ffd494
4 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@
"-DCMAKE_INSTALL_PREFIX=/app",
"-DCMAKE_INSTALL_LIBDIR=/app/lib"
],
"buildsystem" : "cmake",
"buildsystem" : "cmake-ninja",
"sources" : [
{
"type" : "archive",

View File

@ -29,7 +29,7 @@ modules:
config-opts:
- "-DCMAKE_INSTALL_PREFIX=/app"
- "-DCMAKE_INSTALL_LIBDIR=/app/lib"
buildsystem: cmake
buildsystem: cmake-ninja
sources:
- type: archive
url: https://github.com/Exiv2/exiv2/archive/v0.26.tar.gz

View File

@ -29,7 +29,7 @@ finish-args:
modules:
- name: "exiv2"
buildsystem: "cmake"
buildsystem: "cmake-ninja"
sources:
- type: "archive"
url: "https://github.com/Exiv2/exiv2/archive/v0.26.tar.gz"

View File

@ -29,7 +29,7 @@ finish-args:
modules:
- name: "exiv2"
buildsystem: "cmake"
buildsystem: "cmake-ninja"
sources:
- type: "git"
url: "https://github.com/Exiv2/exiv2.git"