[jhbuild/desrt/master: 10/22] sysid: add a new 'gmake' condition
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild/desrt/master: 10/22] sysid: add a new 'gmake' condition
- Date: Mon, 19 Jan 2015 14:19:33 +0000 (UTC)
commit f8be32ac494c9fe0a5cf26bdc9da09cafb040f5f
Author: Ryan Lortie <desrt desrt ca>
Date: Sun Jan 4 11:31:07 2015 -0500
sysid: add a new 'gmake' condition
This condition means that gmake is called 'gmake' on this system.
Add a new sysid.get_gmake_cmd() function that returns the name of gmake
on this system.
https://bugzilla.gnome.org/show_bug.cgi?id=742292
jhbuild/utils/sysid.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/utils/sysid.py b/jhbuild/utils/sysid.py
index 40f547b..088eb27 100644
--- a/jhbuild/utils/sysid.py
+++ b/jhbuild/utils/sysid.py
@@ -130,7 +130,7 @@ def ensure_loaded():
# comes first in the list
conditions_sets = [
('linux', ['linux', 'wayland', 'udev', 'x11', 'systemd', 'gnu-elf']),
- ('freebsd', ['freebsd', 'x11', 'bsd', 'gnu-elf']),
+ ('freebsd', ['freebsd', 'x11', 'bsd', 'gnu-elf', 'gmake']),
('darwin', ['darwin', 'macos', 'quartz']),
# this must be left here so that at least one will be found
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]