Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-26 09:16:03 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-26 09:16:03 (GMT)
commit1a476385ef6d2b8f74543b4457aec2ddecf6ee88 (patch)
tree9313a0d5030ab42963ce0d48b17e5f6f78979e61 /config
parentb34d7c042f0f4b75e66a2a4c15c5627a25a64476 (diff)
Add time dependency
Diffstat (limited to 'config')
-rw-r--r--config/deps/sugar-build.json5
-rw-r--r--config/packages/deps.json11
2 files changed, 16 insertions, 0 deletions
diff --git a/config/deps/sugar-build.json b/config/deps/sugar-build.json
index e580943..753d437 100644
--- a/config/deps/sugar-build.json
+++ b/config/deps/sugar-build.json
@@ -35,6 +35,11 @@
"name": "scp"
},
{
+ "check": "time",
+ "checker": "binary",
+ "name": "time"
+ },
+ {
"check": "x11",
"checker": "pkgconfig",
"name": "x11"
diff --git a/config/packages/deps.json b/config/packages/deps.json
index 0c0dc41..072aa9c 100644
--- a/config/packages/deps.json
+++ b/config/packages/deps.json
@@ -780,6 +780,17 @@
"python-telepathy"
]
},
+ "time": {
+ "debian": [
+ "time"
+ ],
+ "fedora": [
+ "time"
+ ],
+ "ubuntu": [
+ "time"
+ ]
+ },
"vte python": {
"debian": [
"python-vte"