mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
imagemagick: depend on fftw not virtual/fftw
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
395cb2d90b
commit
dfcb67af35
@@ -3,7 +3,7 @@ SECTION = "console/utils"
|
||||
LICENSE = "ImageMagick"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=22d47a47bf252ca3ed7f71273b53612e"
|
||||
# FIXME: There are many more checked libraries. All should be added or explicitly disabled to get consistent results.
|
||||
DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib virtual/fftw freetype"
|
||||
DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib fftw freetype"
|
||||
|
||||
# Important note: tarballs for all patchsets within a version are deleted when
|
||||
# a new pachset is created. To avoid multiple patches for each patchset, try to
|
||||
|
||||
Reference in New Issue
Block a user