[jhbuild] Make ninja a virtual sysdep
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] Make ninja a virtual sysdep
- Date: Mon, 11 Dec 2017 16:11:53 +0000 (UTC)
commit 1044d28c6f09a7b7b5af5f45d73f15fbad01ae7b
Author: Michael Catanzaro <mcatanzaro igalia com>
Date: Mon Dec 11 10:09:57 2017 -0600
Make ninja a virtual sysdep
This ensures it will be installed by 'jhbuild sysdeps --install' so that
users get a sane error message if it's not installed, before trying to
build modules. We were never able to do this in the past because
/usr/bin/ninja was some IRC client on Fedora, but that's not the case
anymore.
https://bugzilla.gnome.org/show_bug.cgi?id=791476
jhbuild/moduleset.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/jhbuild/moduleset.py b/jhbuild/moduleset.py
index 2d5a2b4..c7c4887 100644
--- a/jhbuild/moduleset.py
+++ b/jhbuild/moduleset.py
@@ -56,6 +56,7 @@ virtual_sysdeps = [
'hg',
'libtool',
'make',
+ 'ninja',
'pkg-config',
'svn',
'xmlcatalog'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]