Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-04-23 12:37:45 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-23 12:37:45 (GMT)
commit8c459c0a2b838028cafb3a16645f30a6008793ae (patch)
treeda7d67f6421c6dbf502b7fd27d3cb14133fb1be3
parent1f4379a53a0333727c5d900f22495d6b6c7bdc85 (diff)
Add ragel as a dep
-rw-r--r--config/deps/sugar-buildtime.json6
-rw-r--r--config/packages/deps.json5
2 files changed, 11 insertions, 0 deletions
diff --git a/config/deps/sugar-buildtime.json b/config/deps/sugar-buildtime.json
index f1a8788..9310566 100644
--- a/config/deps/sugar-buildtime.json
+++ b/config/deps/sugar-buildtime.json
@@ -141,6 +141,12 @@
"name": "python"
},
{
+ "check": "ragel",
+ "checker": "binary",
+ "if": "gnome_version == '3.4'",
+ "name": "ragel"
+ },
+ {
"check": "sm",
"checker": "pkgconfig",
"name": "sm"
diff --git a/config/packages/deps.json b/config/packages/deps.json
index 3085822..85ac63f 100644
--- a/config/packages/deps.json
+++ b/config/packages/deps.json
@@ -739,6 +739,11 @@
"python-dev"
]
},
+ "ragel": {
+ "debian": [
+ "ragel"
+ ]
+ },
"rsvg python": {
"debian": [
"python-rsvg"