Commit e0c10711 authored by Łukasz Nowak's avatar Łukasz Nowak

- simplify dependency (no openxer)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40704 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7f8f7087
...@@ -1600,11 +1600,6 @@ class AssertFile(AssertSoftwareMixin): ...@@ -1600,11 +1600,6 @@ class AssertFile(AssertSoftwareMixin):
class AssertImagemagick(AssertSoftwareMixin): class AssertImagemagick(AssertSoftwareMixin):
core_lib_list = [ core_lib_list = [
'libHalf',
'libIex',
'libIlmImf',
'libIlmThread',
'libImath',
'libbz2', 'libbz2',
'libc', 'libc',
'libdl', 'libdl',
...@@ -1622,13 +1617,11 @@ class AssertImagemagick(AssertSoftwareMixin): ...@@ -1622,13 +1617,11 @@ class AssertImagemagick(AssertSoftwareMixin):
core_rpath_list = [ core_rpath_list = [
'bzip2', 'bzip2',
'freetype', 'freetype',
'ilmbase',
'jasper', 'jasper',
'jbigkit', 'jbigkit',
'libjpeg', 'libjpeg',
'libpng', 'libpng',
'libtiff', 'libtiff',
'openexr',
'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