Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/packages/deps.json
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2013-04-23 14:15:01 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-23 14:15:01 (GMT)
commit0e0ed3635e21c5ccaec90ea5ac199573a7ffc2d0 (patch)
tree5ac4712cdde01ff576a34dcb3ce8e5be7cb46923 /config/packages/deps.json
parentaac4863116a265e4f689999d1a18ca80815eb5e4 (diff)
Add icu dep
Diffstat (limited to 'config/packages/deps.json')
-rw-r--r--config/packages/deps.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/packages/deps.json b/config/packages/deps.json
index ab12023..53f3847 100644
--- a/config/packages/deps.json
+++ b/config/packages/deps.json
@@ -523,6 +523,17 @@
"icon-slicer"
]
},
+ "icu": {
+ "debian": [
+ "libicu-dev"
+ ],
+ "fedora": [
+ "icu-devel"
+ ],
+ "ubuntu": [
+ "libicu-dev"
+ ]
+ },
"intltoolize": {
"debian": [
"intltool"