Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
tdegraphics/ksvg/configure.in.bot

26 строки
898 B

if test -z "$LCMS_LIBS" -o -z "$LIBART_LIBS" -o \
-z "$FREETYPE_LIBS" -o -z "$FRIBIDI_LIBS" -o -z "$FONTCONFIG_LIBS"; then
echo ""
echo "Some of the libraries required for KSVG are missing or too old,"
echo "therefore KSVG will not be compiled."
echo ""
echo "If you want to compile KSVG you should install:"
if test -z "$LCMS_LIBS"; then
echo " * lcms 1.09 or newer (http://www.littlecms.com/)"
fi
if test -z "$LIBART_LIBS"; then
echo " * libart 2.3.8 or newer (http://www.levien.com/libart/)"
fi
if test -z "$FREETYPE_LIBS"; then
echo " * freetype 2.0.6 or newer (http://www.freetype.org)"
fi
if test -z "$FONTCONFIG_LIBS"; then
echo " * fontconfig 2.2.0 or newer (http://fontconfig.org)"
fi
if test -z "$FRIBIDI_LIBS"; then
echo " * fribidi 0.10.4 or newer (http://freedesktop.org/Software/FriBidi)"
fi
echo ""
all_tests=bad
fi