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>2013-04-23 13:13:38 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-23 13:13:38 (GMT)
commit0fe88019cf2d86b6dfe1b7c09b4e5c6bc25dfc23 (patch)
treed676609c51b21b793f8f471207a2a419bc078a98 /config
parent7c8c9372c504a1349dcbc8632bfe8422173763e0 (diff)
Add perf dependency
Diffstat (limited to 'config')
-rw-r--r--config/deps/system.json5
-rw-r--r--config/packages/deps.json17
2 files changed, 22 insertions, 0 deletions
diff --git a/config/deps/system.json b/config/deps/system.json
index 5f9811d..38e6426 100644
--- a/config/deps/system.json
+++ b/config/deps/system.json
@@ -45,6 +45,11 @@
"name": "makeinfo"
},
{
+ "check": "perf",
+ "checker": "binary",
+ "name": "perf"
+ },
+ {
"check": "ragel",
"checker": "binary",
"if": "gnome_version == '3.4'",
diff --git a/config/packages/deps.json b/config/packages/deps.json
index 40a3fa9..9e8479d 100644
--- a/config/packages/deps.json
+++ b/config/packages/deps.json
@@ -676,6 +676,17 @@
"pep8"
]
},
+ "perf": {
+ "debian": [
+ "perf"
+ ],
+ "fedora": [
+ "perf"
+ ],
+ "ubuntu": [
+ "perf"
+ ]
+ },
"pkg-config": {
"debian": [
"pkg-config"
@@ -758,6 +769,12 @@
"ruby": {
"debian": [
"ruby"
+ ],
+ "fedora": [
+ "ruby"
+ ],
+ "ubuntu": [
+ "ruby"
]
},
"simplejson python": {