Commit dc14f173 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

follow change in r45176 (fontconfig now uses libxml2 instead of libexpat).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45251 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 189f5d3f
...@@ -1638,7 +1638,6 @@ class AssertImagemagick(AssertSoftwareMixin): ...@@ -1638,7 +1638,6 @@ class AssertImagemagick(AssertSoftwareMixin):
'libbz2', 'libbz2',
'libc', 'libc',
'libdl', 'libdl',
'libexpat',
'libfontconfig', 'libfontconfig',
'libfreetype', 'libfreetype',
'libjasper', 'libjasper',
...@@ -1649,6 +1648,7 @@ class AssertImagemagick(AssertSoftwareMixin): ...@@ -1649,6 +1648,7 @@ class AssertImagemagick(AssertSoftwareMixin):
'libpng15', 'libpng15',
'libpthread', 'libpthread',
'libtiff', 'libtiff',
'libxml2',
'libz', 'libz',
] ]
...@@ -1658,11 +1658,11 @@ class AssertImagemagick(AssertSoftwareMixin): ...@@ -1658,11 +1658,11 @@ class AssertImagemagick(AssertSoftwareMixin):
'freetype', 'freetype',
'jasper', 'jasper',
'jbigkit', 'jbigkit',
'libexpat',
'libjpeg', 'libjpeg',
'libpng', 'libpng',
'libtiff', 'libtiff',
'libtool', 'libtool',
'libxml2',
'zlib', 'zlib',
] ]
...@@ -2174,7 +2174,6 @@ class AssertGraphviz(AssertSoftwareMixin): ...@@ -2174,7 +2174,6 @@ class AssertGraphviz(AssertSoftwareMixin):
'libc', 'libc',
'libcdt', 'libcdt',
'libdl', 'libdl',
'libexpat',
'libfontconfig', 'libfontconfig',
'libfreetype', 'libfreetype',
'libgvc', 'libgvc',
...@@ -2183,13 +2182,14 @@ class AssertGraphviz(AssertSoftwareMixin): ...@@ -2183,13 +2182,14 @@ class AssertGraphviz(AssertSoftwareMixin):
'libpathplan', 'libpathplan',
'libpng15', 'libpng15',
'libxdot', 'libxdot',
'libxml2',
'libz', 'libz',
], [ ], [
'fontconfig', 'fontconfig',
'freetype', 'freetype',
'graphviz', 'graphviz',
'libexpat',
'libpng', 'libpng',
'libxml2',
'zlib', 'zlib',
]) ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment