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:01:39 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2013-04-23 14:01:39 (GMT)
commitaac4863116a265e4f689999d1a18ca80815eb5e4 (patch)
tree7789b8d66d6b4752a9df9670826d84b72e2caf83
parent6d0bdc6ed0f7cc77db4ee56d87939aa0ae80baf1 (diff)
Add webp dep
-rw-r--r--config/deps/system.json5
-rw-r--r--config/packages/deps.json13
2 files changed, 17 insertions, 1 deletions
diff --git a/config/deps/system.json b/config/deps/system.json
index f2a6c03..886a4d5 100644
--- a/config/deps/system.json
+++ b/config/deps/system.json
@@ -45,6 +45,11 @@
"name": "libjpeg"
},
{
+ "check": "webp/decode.h",
+ "checker": "include",
+ "name": "libwebp"
+ },
+ {
"check": "libxml-2.0",
"checker": "pkgconfig",
"name": "libxml-2.0"
diff --git a/config/packages/deps.json b/config/packages/deps.json
index e3a8e6b..ab12023 100644
--- a/config/packages/deps.json
+++ b/config/packages/deps.json
@@ -577,7 +577,7 @@
"libjpeg8-dev"
],
"fedora": [
- "libjpeg-turbo"
+ "libjpeg-turbo-devel"
],
"ubuntu": [
"libjpeg8-dev"
@@ -613,6 +613,17 @@
"libtool"
]
},
+ "libwebp": {
+ "debian": [
+ "libwebp-dev"
+ ],
+ "fedora": [
+ "libwebp-devel"
+ ],
+ "ubuntu": [
+ "libwebp-dev"
+ ]
+ },
"libxml-2.0": {
"debian": [
"libxml2-dev"