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 14:24:05 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-23 14:24:05 (GMT)
commitdc3f1eebc369ff0afde673185952545d5765d635 (patch)
tree4173d8a55ce44a0268f19f8b49b830e8887ff22d
parent644ed21db4941282c544e9837f9ec5ffaa2876ed (diff)
Add libxslt
-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 682bcef..6c9e324 100644
--- a/config/deps/system.json
+++ b/config/deps/system.json
@@ -60,6 +60,11 @@
"name": "libxml-2.0"
},
{
+ "check": "libxslt",
+ "checker": "pkgconfig",
+ "name": "libxslt"
+ },
+ {
"check": "makeinfo",
"checker": "binary",
"name": "makeinfo"
diff --git a/config/packages/deps.json b/config/packages/deps.json
index 5779afb..e1f69b2 100644
--- a/config/packages/deps.json
+++ b/config/packages/deps.json
@@ -646,6 +646,17 @@
"libxml2-dev"
]
},
+ "libxslt": {
+ "debian": [
+ "libxslt1-dev"
+ ],
+ "fedora": [
+ "libxslt-devel"
+ ],
+ "ubuntu": [
+ "libxslt1-dev"
+ ]
+ },
"makeinfo": {
"debian": [
"texinfo"