don't _require_ freetype2

SVN revision: 28939
This commit is contained in:
Tilman Kuepper 2007-03-22 20:52:41 +00:00
parent b9f8f0c553
commit ad4e11b66c
2 changed files with 0 additions and 10 deletions

View File

@ -167,11 +167,6 @@ fi
AC_MSG_RESULT($amd64)
AM_CONDITIONAL(BUILD_AMD64, test x$amd64 = xyes)
# FIXME: fill in requirements for pc.in - but only ft2 has a pc file!
requirements="freetype2"
# check for freetype
AC_ARG_WITH(freetype-config, [ --with-freetype-config=FREETYPE_CONFIG use freetype-config specified ],
[ FREETYPE_CONFIG=$withval;
@ -594,10 +589,6 @@ fi
AM_CONDITIONAL(BUILD_ID3_LOADER, test "$id3_ok" = yes)
AC_SUBST(ID3LIBS)
AC_SUBST(requirements)
AC_OUTPUT([
Makefile
imlib2.pc

View File

@ -5,7 +5,6 @@ includedir=@includedir@
Name: imlib2
Description: Powerful image loading and rendering library
Requires: @requirements@
Version: @VERSION@
Libs: -L${libdir} -lImlib2
Cflags: -I${includedir}