Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/deps/system.json5
-rw-r--r--config/packages/deps.json11
2 files changed, 16 insertions, 0 deletions
diff --git a/config/deps/system.json b/config/deps/system.json
index 886a4d5..9ba39aa 100644
--- a/config/deps/system.json
+++ b/config/deps/system.json
@@ -35,6 +35,11 @@
"name": "gtk-doc"
},
{
+ "check": "icu-i18n",
+ "checker": "pkgconfig",
+ "name": "icu"
+ },
+ {
"check": "iso-codes",
"checker": "pkgconfig",
"name": "iso-codes"
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"