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>2012-12-01 19:50:17 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-01 19:50:17 (GMT)
commit979bcb0b7e42522c8213d8126eb7da1c05fab38e (patch)
tree26d3b620da3f5f9c43feffafa8fe93626310b933 /config
parentdefd0a49339c09b6457dcb593499bd1007e237fc (diff)
Add libtasn1
Diffstat (limited to 'config')
-rw-r--r--config/deps/sugar-buildtime.json5
-rw-r--r--config/packages/deps.json8
2 files changed, 13 insertions, 0 deletions
diff --git a/config/deps/sugar-buildtime.json b/config/deps/sugar-buildtime.json
index 0184d7e..9dc149f 100644
--- a/config/deps/sugar-buildtime.json
+++ b/config/deps/sugar-buildtime.json
@@ -104,6 +104,11 @@
"name": "librsvg-2.0"
},
{
+ "check": "libtasn1",
+ "checker": "pkgconfig",
+ "name": "libtasn1"
+ },
+ {
"check": "libtool",
"checker": "binary",
"name": "libtool"
diff --git a/config/packages/deps.json b/config/packages/deps.json
index ea2e6c2..8bfa6ea 100644
--- a/config/packages/deps.json
+++ b/config/packages/deps.json
@@ -539,6 +539,14 @@
"librsvg2-dev"
]
},
+ "libtasn1": {
+ "debian": [
+ "libtasn1-3-dev"
+ ],
+ "fedora": [
+ "libtasn1-devel"
+ ]
+ },
"libtool": {
"debian": [
"libtool"