From dc3f1eebc369ff0afde673185952545d5765d635 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 23 Apr 2013 14:24:05 +0000 Subject: Add libxslt --- 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" -- cgit v0.9.1