[jhbuild] sysid: add a new 'gmake' condition
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [jhbuild] sysid: add a new 'gmake' condition
- Date: Sun, 1 Feb 2015 11:36:47 +0000 (UTC)
commit 89ebe6135b37a593971287144e10b787b131c93b
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 c68e0f2..54044c1 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]