Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/deps/sugar-buildtime.json12
-rw-r--r--config/packages/deps.json16
2 files changed, 28 insertions, 0 deletions
diff --git a/config/deps/sugar-buildtime.json b/config/deps/sugar-buildtime.json
index fb78ab2..0184d7e 100644
--- a/config/deps/sugar-buildtime.json
+++ b/config/deps/sugar-buildtime.json
@@ -87,6 +87,18 @@
"name": "libcanberra-gtk"
},
{
+ "check": "gcr-3",
+ "checker": "pkgconfig",
+ "if": "gnome_version == '3.4'",
+ "name": "libgcr"
+ },
+ {
+ "check": "gcrypt.h",
+ "checker": "include",
+ "if": "gnome_version == '3.4'",
+ "name": "libgcrypt"
+ },
+ {
"check": "librsvg-2.0",
"checker": "pkgconfig",
"name": "librsvg-2.0"
diff --git a/config/packages/deps.json b/config/packages/deps.json
index 6f9f053..ea2e6c2 100644
--- a/config/packages/deps.json
+++ b/config/packages/deps.json
@@ -512,6 +512,22 @@
"libcanberra-gtk-dev"
]
},
+ "libgcr": {
+ "debian": [
+ "libgcr-3-dev"
+ ],
+ "fedora": [
+ "gcr-devel"
+ ]
+ },
+ "libgcrypt": {
+ "debian": [
+ "libgcrypt11-dev"
+ ],
+ "fedora": [
+ "libgcrypt-devel"
+ ]
+ },
"librsvg-2.0": {
"debian": [
"librsvg2-dev"