I'm asking as in Gentoo we had to make ImageMagick depend on windows fonts (corefonts package) but I'd like to make ImageMagick depend on dejavu fonts since Windows fonts license is not nice.
Also it looks like there is bug in configure.ac:
Code: Select all
if test -n "$windows_font_dir"; then
type_include_files="$type_include_files "'<include file="type-windows.xml" />'
fi
Code: Select all
if test "${windows_font_dir}x" != 'x'; then
...