summaryrefslogtreecommitdiff
path: root/recipes/imagemagick/imagemagick-native_6.3.5-10.bb
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2010-01-07 21:57:48 +0000
committerutx@penguin.cz <utx@penguin.cz>2010-01-07 22:00:00 +0000
commit6c309dec537c1736c2f5174dbab955671534dd68 (patch)
tree71e53d23cd6e3ce5cafef27a0865b323c87ffbf5 /recipes/imagemagick/imagemagick-native_6.3.5-10.bb
parent5c9878edf28117ed1a2e976bb98797f9b6f506e6 (diff)
imagemagick: Add more probably wanted optional libraries to DEPENDS.
Diffstat (limited to 'recipes/imagemagick/imagemagick-native_6.3.5-10.bb')
-rw-r--r--recipes/imagemagick/imagemagick-native_6.3.5-10.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/imagemagick/imagemagick-native_6.3.5-10.bb b/recipes/imagemagick/imagemagick-native_6.3.5-10.bb
index b03e18e9c1..0dcf8d4eca 100644
--- a/recipes/imagemagick/imagemagick-native_6.3.5-10.bb
+++ b/recipes/imagemagick/imagemagick-native_6.3.5-10.bb
@@ -1,3 +1,6 @@
require imagemagick_${PV}.bb
DEPENDS ="libtool-native"
+# FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results.
+# tiff-native does not exist
+DEPENDS += "bzip2-native jpeg-native libpng-native zlib-native"
inherit native