[jhbuild/wip/conditions: 2/4] config: add 'bsd' and 'systemd' condition flags



commit 1e24355f7e91c04ca7cf46944e61fa6368a2511b
Author: Ryan Lortie <desrt desrt ca>
Date:   Mon Mar 3 13:17:14 2014 -0500

    config: add 'bsd' and 'systemd' condition flags

 jhbuild/config.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/jhbuild/config.py b/jhbuild/config.py
index 6078c26..e25427f 100644
--- a/jhbuild/config.py
+++ b/jhbuild/config.py
@@ -155,8 +155,8 @@ def get_default_conditions():
     # of 'freebsd') then we just need to make sure the more-specific one
     # comes first in the list
     conditions_sets = [
-            ('linux', ['linux', 'wayland', 'udev', 'x11']),
-            ('freebsd', ['freebsd', 'x11']),
+            ('linux', ['linux', 'wayland', 'udev', 'x11', 'systemd']),
+            ('freebsd', ['freebsd', 'x11', 'bsd']),
 
             # this must be left here so that at least one will be found
             ('', ['x11'])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]