df89e73e92
Since upstream commit https://github.com/ImageMagick/ImageMagick/commit/25e3a4f3845f59536d19aba0ac0580aa6715147f (which first appeared in version 7.1.1-19), ImageMagick does not trust unvalidated XMP profiles in images anymore. If such a XML profile is encountered inside e.g. a PNG image the processing is aborted. Validating the XMP profile requires that ImageMagick is compiled with XML support. As host-imagemagick supports PNG file also activate XML support. Signed-off-by: Christian Hitz <christian.hitz@bbv.ch> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>