Commit 7329065c authored by Łukasz Nowak's avatar Łukasz Nowak

- add freetype dependency


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40677 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 08343ff6
...@@ -1604,6 +1604,7 @@ class AssertImagemagick(AssertSoftwareMixin): ...@@ -1604,6 +1604,7 @@ class AssertImagemagick(AssertSoftwareMixin):
'libc', 'libc',
'libdl', 'libdl',
'libm', 'libm',
'libfreetype',
'libpthread', 'libpthread',
'libz', 'libz',
] ]
...@@ -1611,6 +1612,7 @@ class AssertImagemagick(AssertSoftwareMixin): ...@@ -1611,6 +1612,7 @@ class AssertImagemagick(AssertSoftwareMixin):
core_rpath_list = [ core_rpath_list = [
'zlib', 'zlib',
'bzip2', 'bzip2',
'freetype',
] ]
lib_lib_list = core_lib_list + [ lib_lib_list = core_lib_list + [
......
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